This is a discussion on Few Problem about apache and awstats within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello, in my virtual server i have apache and awstats; when i set awstats for logging in my domains, apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
in my virtual server i have apache and awstats; when i set awstats for logging in my domains, apache make dir in root of this domain, for example, if root for domain www.pincopallino.it is / i have: (1) /awstats (2) /cgi my problem is this. I want install /awstats in this folder: (1) /stats/awstats and /cgi in this folder: (2) /kernel/cgi so, what i need to change in httpd.conf ? about setting i need to do for solve this problem? Thanks you for your answer. Cooper. -- www.blueware.it www.italchat.it |
|
|||
|
Cooper wrote: > Hello, > in my virtual server i have apache and awstats; when i set awstats for > logging in my domains, apache make dir in root of this domain, for example, > if root for domain www.pincopallino.it is / i have: > > (1) /awstats > (2) /cgi > > my problem is this. I want install /awstats in this folder: > > (1) /stats/awstats > > and /cgi in this folder: > > (2) /kernel/cgi > > so, what i need to change in httpd.conf ? > about setting i need to do for solve this problem? > Thanks you for your answer. > Cooper. Alias /awstatsclasses "/awstats/wwwroot/classes/" Alias /awstatscss "/awstats/wwwroot/css/" Alias /awstatsicons "/awstats/wwwroot/icon/" ScriptAlias /awstats/ "/kernel/cgi/cgi-bin/" Something like this? |
|
|||
|
"Mike" <mikedawg@gmail.com> ha scritto nel messaggio
news:1166569052.615667.209220@80g2000cwy.googlegro ups.com... > Alias /awstatsclasses "/awstats/wwwroot/classes/" > Alias /awstatscss "/awstats/wwwroot/css/" > Alias /awstatsicons "/awstats/wwwroot/icon/" > ScriptAlias /awstats/ "/kernel/cgi/cgi-bin/" > thanks you for it :) > Something like this? > i don't understand your question :( sorry i am italian and not speak english fine :( Cooper -- www.blueware.it www.italchat.it |
|
|||
|
"Mike" <mikedawg@gmail.com> ha scritto nel messaggio
news:1166569052.615667.209220@80g2000cwy.googlegro ups.com... > Alias /awstatsclasses "/awstats/wwwroot/classes/" > Alias /awstatscss "/awstats/wwwroot/css/" > Alias /awstatsicons "/awstats/wwwroot/icon/" > ScriptAlias /awstats/ "/kernel/cgi/cgi-bin/" > Uhm there is a problem, in this moment in my virtual server i have: Alias /awstatsclasses "/home/httpd/docs/awstats/wwwroot/classes/" Alias /awstatscss "/home/httpd/docs/awstats/wwwroot/css/" Alias /awstatsicons "/home/httpd/docs/awstats/wwwroot/icon/" ScriptAlias /awstats "/home/httpd/docs/awstats/wwwroot/cgi-bin/" and awstats is defined in: <Directory "/home/httpd/docs/awstats"> Options None AllowOverride All Order allow,deny Allow from all </Directory> so, about your line are same with it, but i see every that awstat make directory in root for my domain :( some idea? I have understand about modify this linea: > ScriptAlias /awstats/ "/kernel/cgi/cgi-bin/" > but make problem with setting in apache? considering that is in: /home/httpd/docs/awstats/wwwroot/cgi-bin/ Thanks you, Cooper. -- www.blueware.it www.italchat.it |
| Thread Tools | |
| Display Modes | |
|
|