larsisgoed9
Verified User
- Joined
- Mar 23, 2011
- Messages
- 10
Hello,
Someone suggests me OTRS for sorting e-mails, so that's why I tried to install those crap. At the install of OTRS, there came an error, so I start searching the error on Google, where I came at the website: http://www.ebizontek.com/yum-has-depsolving-problems-what-do. So I dit that with perl and httpd (removing). Back at the OTRS install I had to change something in the httpd.conf, but I maked a backup of this file. At the point to restart HTTPD I got an error:
Syntax error on line 30 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
Line 30 is this line: (Order allow,deny)
The yum.conf contains at the moment:
I tried all mod_perl and httpd combinations, I restored the httpd.conf, I rebooted the VPS server, but nothing works.
Hopefully someone of you knows what to do.
Thanks in advance,
L. Groot
Someone suggests me OTRS for sorting e-mails, so that's why I tried to install those crap. At the install of OTRS, there came an error, so I start searching the error on Google, where I came at the website: http://www.ebizontek.com/yum-has-depsolving-problems-what-do. So I dit that with perl and httpd (removing). Back at the OTRS install I had to change something in the httpd.conf, but I maked a backup of this file. At the point to restart HTTPD I got an error:
Syntax error on line 30 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration
Line 30 is this line: (Order allow,deny)
Code:
User apache
Group apache
ServerAdmin admin@localhost
DocumentRoot "/var/www/html"
<Directory /home/*>
AllowOverride All
Options -MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
The yum.conf contains at the moment:
Code:
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h
# Default.
# installonly_limit = 3
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
exclude=apache* mod_* mod_perl* httpd_* httpd* mysql* MySQL* da_* *ftp*
exim*
sendmail* php*
bind-chroot*
I tried all mod_perl and httpd combinations, I restored the httpd.conf, I rebooted the VPS server, but nothing works.
Hopefully someone of you knows what to do.
Thanks in advance,
L. Groot