PDA

View Full Version : httpd failed after installing ISPconfig


blue_i
3rd August 2007, 13:34
good day to all..:)

i install ISPconfig on my box running on FC6, which i used for Network Monitoring (MRTG). And after the installation, i cannot open my mrtg site -> http://ip-address.com. and when i look up, my http failed to start, i reboot, but then still the httpd failed to start. and the ISPconfig only open on https://207.0.0.1:81 which in the installation i put it in the https://www.zutil.com:81.
:mad: :mad: :confused:
How can i start this httpd issues?

thanks in advance.

Noe

blue_i
3rd August 2007, 14:03
here is the error on log.

Unable to open logs
unable to start piped log program '/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d': Permission denied

blue_i
3rd August 2007, 14:19
i try to analyze the error log.

and check the Virtual Host --> here's the configuration.

###############ispconfig_log###############
LogFormat "%v||||%b||||%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "|/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d" combined_ispconfig

<Directory /var/www/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>

<Directory /var/www/*/user/*/web>
Options +Includes -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>

<Directory /var/www/*/cgi-bin>
Options ExecCGI -Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>

Include /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf



after analyzing the error log...i found out that the custom logs is the one who makes the error..

so i decided to delete this one
CustomLog "|/root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d" combined_ispconfig

and restart my httpd.

now it works fine again..

but the problem is..

the ispconfig, cannot open on https://www.zutil.com:81, but i can open it in https://127.0.0.1:81...how come??

falko
4th August 2007, 12:28
What are the outputs of ls -l /root/ispconfig/cronolog, df -h and netstat -tap?