So hier mal der Stand!!
Ich werde die http.conf nochmal neu schreiben lassen.
So das ist der Stand nach einen rekonfig.
Beim starten bzw restart des httpd bekomme ich wieder diese Meldung!
[root@hauptserver1 httpd]# /etc/init.d/httpd restart
httpd beenden: [ OK ]
httpd starten: Syntax error on line 1214 of /etc/httpd/conf/httpd.conf:
</Directory>Alias> directive missing closing '>'
[FEHLGESCHLAGEN]
[root@hauptserver1 httpd]#
Ein Blick in die http.conf zeigt mir dies:
<Directory /home/e-smith/files/ibays/Primary/files>
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
#------------------------------------------------------------
# lx-office ibay directories (LX-Office)
#------------------------------------------------------------
<Directory /home/e-smith/files/ibays/lx-office/html>
Options None
Options +Indexes
Options +Includes
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/lx-office/cgi-bin>
Options ExecCGI
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/lx-office/files>
AllowOverride None
order deny,allow
deny from all
allow from all
</Directory>
<Directory /home/e-smith/files/ibays/Primary/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/Primary/
</Directory>
<Directory /home/e-smith/files/ibays/lx-office/html>
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
php_admin_value open_basedir /home/e-smith/files/ibays/lx-office/
</Directory>
Alias /lx-office/ /home/e-smith/files/ibays/lx-office/html/
<Directory /home/e-smith/files/ibays/lx-office/html>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
<Directory /home/e-smith/files/ibays/lx-office/html/users>
Order Deny,Allow
Deny from All
</Directory>Alias /wpad.dat /etc/httpd/conf/proxy/proxy.pac
<Location /wpad.dat>
order deny,allow
deny from all
allow from 127.0.0.1 192.168.2.0/255.255.255.0
</Location>
Alias /proxy.pac /etc/httpd/conf/proxy/proxy.pac
<Location /proxy.pac>
order deny,allow
deny from all
allow from 127.0.0.1 192.168.2.0/255.255.255.0
</Location>
<Location /server-manager/cgi-bin/backup>
SetEnv force-proxy-request-1.0 1
</Location>
Die letzte ist die Zeile 1229
Wer kann mir hier nun helfen?