|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Quote:
Code:
vi /etc/sysconfig/apache2 Code:
APACHE_MODULES Code:
log_config ![]() hth Bye Erik |
|
||||
|
That worked thanks, didn't get me a whole lot further though
Code:
Module "TypesConfig" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Starting httpd2 (prefork) Syntax error on line 139 of /etc/apache2/httpd.conf: Invalid command 'TypesConfig', perhaps misspelled or defined by a module not included in the server configuration The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf (didn't really expect it to either seeing as it uses caps as seperators instead of underscores) Any way to reset the defaults? Think somehow running the command: aen2mod mod_deflate and then starting the YaST webserver module messed things up, only got Code:
APACHE_MODULES="deflate php5 config_log"
__________________
|
|
|||
|
Hi,
Quote:
Code:
# apache's default installation # APACHE_MODULES="access actions alias asis auth autoindex cgi dir imap include log_config mime negotiation setenvif status userdir" ![]() hth Bye Erik |
|
||||
|
Pasted the line and got.
Code:
# rcapache2 start Module "access" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Module "auth" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Module "imap" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Starting httpd2 (prefork) Syntax error on line 10 of /etc/apache2/mod_status.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
__________________
|
|
|||
|
If you pasted that line in with the # in front, then it would have no effect, as it's a comment. You need far more modules than three of four. Look at the sample line provided and use that, adding php5.
|
|
||||
|
Quote:
I managed to fix it.. be it in a somewhat silly way (pulling in 220MB of software for probably some textfile changes). Set YaST software management to patterns, selected LAMP server and forced a "upgrade unconditionally". PHP5 was yet again disabled, so I enabled it via YaST control center > Network Services > HTTP Server. (followed by a rcapache2 restart) Thanks for the help.
__________________
|
|
|||
|
Hi,
Quote:
Code:
zypper in -f apache2 hth Bye Erik |
|
|||
|
I'm having similar problem. Running openSUSE 11.0 on Lenovo 3000 N100.
I've uninstalled and reinstalled apache2 3 times using YAST, to no avail. Installed from YAST: apache2This is the response I get when I run "rcapache2 start": All the supposedly missing modules seem to be installed: Quote:
|
|
|||
|
Make sure that's one long line, not broken into two lines. Also make sure it's the only active line that sets APACHE_MODULES and any others are commented out (the last one wins).
|
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|