Re: [SLE] Dumb problem connecting to localhost
What does
tail /var/log/httpd/error_log
and
netstat -A inet -an | grep :www-http
Say?
Hi, I found cause of a problem. "rcapache start/restart" returns done (that's why I am thinking that httpd is OK). However, "rcpache status" sometimes say OK sometimes "httpd not found". This is a httpd error log: [Sun Jul 29 02:22:32 2001] [notice] Apache/1.3.19 (Unix) (SuSE/Linux) mod_python/2.7.1 Python/2.0 mod_throttle/3.0 mod_fastcgi/2.2.2 PHP/4.0.4pl1 configured -- resuming normal operations Syntax error on line 202 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libperl.so into server: R_PPC_REL14 relocation at 0x30391a9c out of range I have reintsalled apache, apache modules, including mod_perl, run SuSEconfig, but nothing helped. It looks like some kind of dynamic linking problem. How it could be solved? Thanks Andrei
Notice, mod_perl is not loaded on start up. My start up notice is: [notice] Apache/1.3.19 (Unix) (SuSE/Linux) mod_ssl/2.8.1 OpenSSL/0.9.6 mod_perl/1.24 PHP/3.0.17-dev configured -- resuming normal operations Also start up in the terminal should look something like: Starting httpd [ SuSEHelp SSL PHP3 mod_perl ] Look in /etc/rc.config.d/apache.rc.config for # # enable the mod_perl module (yes|no) # HTTPD_SEC_MOD_PERL=yes HTH, Jeffrey Quoting Andrei Verovski <andrei.verovski@parks.lv>:
What does
tail /var/log/httpd/error_log
and
netstat -A inet -an | grep :www-http
Say?
Hi,
I found cause of a problem. "rcapache start/restart" returns done (that's why I am thinking that httpd is OK). However, "rcpache status" sometimes say OK sometimes "httpd not found".
This is a httpd error log:
[Sun Jul 29 02:22:32 2001] [notice] Apache/1.3.19 (Unix) (SuSE/Linux) mod_python/2.7.1 Python/2.0 mod_throttle/3.0 mod_fastcgi/2.2.2 PHP/4.0.4pl1 configured -- resuming normal operations
Syntax error on line 202 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libperl.so into server: R_PPC_REL14 relocation at 0x30391a9c out of range
I have reintsalled apache, apache modules, including mod_perl, run SuSEconfig, but nothing helped. It looks like some kind of dynamic linking problem. How it could be solved?
Thanks
Andrei
-- I don't do Windows and I don't come to work before nine. -- Johnny Paycheck
participants (2)
-
Andrei Verovski
-
Jeffrey Taylor