mein problem:
ich kann auf confixx nicht zugreifen weil irgendwie apache nicht richtig funktioniert.
Server ist anpingbar. FTP zugang ist auch da. So das waren erstmal die fakten.
ich hab über ssh versucht apache neuzustarten: /etc/init.d/apache start
danach erhalt ich aber die fehlermeldung:
Starting web server: apacheSyntax error on line 245 of /etc/apache/confixx_vhost.conf:
order not allowed here
failed
ok dann hab ich mir die confixx_vhost.conf datei angesehen. die zeilen in dem bereich:
220 DocumentRoot /var/www/web4/html
221 User web4
222 Group web4
223 ScriptAlias /cgi-bin/ /var/www/web4/html/cgi-bin/
224 <IfModule mod_python.c>
225 <Files ~ "\.py$">
226 AddHandler python-program .py
227 PythonHandler mod_python.publisher
228 </Files>
229 </IfModule>
230 php_admin_value open_basedir /var/www/web4/html/:/var/www/web4/phptmp/ :/var/www/web4/files/:/var/www/web4/atd/
231 php_admin_value file_uploads 1
232 php_admin_value upload_tmp_dir /var/www/web4/phptmp/
233 </VirtualHost>
234 <Directory "/var/www/web4/html/cgi-bin/">
235 <IfModule mod_python.c>
236 <Files ~ "\.py$">
237 AddHandler python-program .py
238 PythonHandler mod_python.cgihandler
239 </Files>
240 </IfModule>
241 </Directory>
242 <VirtualHost 83.133.126.194:80>
243 ServerName web4.g402.greatweb.de
244 DocumentRoot /var/www/web4/html
245 User web4
246 Group web4
247 ScriptAlias /cgi-bin/ /var/www/web4/html/cgi-bin/
248 <IfModule mod_python.c>
249 <Files ~ "\.py$">
250 AddHandler python-program .py
251 PythonHandler mod_python.publisher
252 </Files>
253 </IfModule>
254 php_admin_value open_basedir /var/www/web4/html/:/var/www/web4/phptmp/ :/var/www/web4/files/:/var/www/web4/atd/
255 php_admin_value file_uploads 1
256 php_admin_value upload_tmp_dir /var/www/web4/phptmp/
257 <Directory "/srv/www/htdocs/web4/html">
258 Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
259 AllowOverride All
260 </Directory>
261 </VirtualHost>
262 <Directory "/var/www/web5/html/cgi-bin/">
263 <IfModule mod_python.c>
264 <Files ~ "\.py$">
265 AddHandler python-program .py
266 PythonHandler mod_python.cgihandler
267 </Files>
268 </IfModule>
269 </Directory>
auch wenn ich zwar nicht versteh wieso die zeile 245 fehler anzeigt, hab ich überlegt, da mir mir web4 nicht so wichtig ist, ich lösch den benutzer web4 vier und danach geht es hoffentlich. also: userdel web4
gut...
dann hab ich mir die confixx_vhost.conf nochmal angesehen aber da hatte sich nichts verändert
alles beim alten, obwohl ich web4 gelöscht habe.
wenn ich versuch die datei confixx_vhost.conf mit vi (vi /etc/apache/confixx_vhost.conf) zu editieren ist der text völlig anders als wenn ich nl /ordner/confixx/apache/confixx_vhost.conf eingebe
bei der version mit vi sind die texte drin von httpd-spezial
ich hoffe mir kann einer helfen - danke im voraus
ich kann auf confixx nicht zugreifen weil irgendwie apache nicht richtig funktioniert.
Server ist anpingbar. FTP zugang ist auch da. So das waren erstmal die fakten.
ich hab über ssh versucht apache neuzustarten: /etc/init.d/apache start
danach erhalt ich aber die fehlermeldung:
Starting web server: apacheSyntax error on line 245 of /etc/apache/confixx_vhost.conf:
order not allowed here
failed
ok dann hab ich mir die confixx_vhost.conf datei angesehen. die zeilen in dem bereich:
220 DocumentRoot /var/www/web4/html
221 User web4
222 Group web4
223 ScriptAlias /cgi-bin/ /var/www/web4/html/cgi-bin/
224 <IfModule mod_python.c>
225 <Files ~ "\.py$">
226 AddHandler python-program .py
227 PythonHandler mod_python.publisher
228 </Files>
229 </IfModule>
230 php_admin_value open_basedir /var/www/web4/html/:/var/www/web4/phptmp/ :/var/www/web4/files/:/var/www/web4/atd/
231 php_admin_value file_uploads 1
232 php_admin_value upload_tmp_dir /var/www/web4/phptmp/
233 </VirtualHost>
234 <Directory "/var/www/web4/html/cgi-bin/">
235 <IfModule mod_python.c>
236 <Files ~ "\.py$">
237 AddHandler python-program .py
238 PythonHandler mod_python.cgihandler
239 </Files>
240 </IfModule>
241 </Directory>
242 <VirtualHost 83.133.126.194:80>
243 ServerName web4.g402.greatweb.de
244 DocumentRoot /var/www/web4/html
245 User web4
246 Group web4
247 ScriptAlias /cgi-bin/ /var/www/web4/html/cgi-bin/
248 <IfModule mod_python.c>
249 <Files ~ "\.py$">
250 AddHandler python-program .py
251 PythonHandler mod_python.publisher
252 </Files>
253 </IfModule>
254 php_admin_value open_basedir /var/www/web4/html/:/var/www/web4/phptmp/ :/var/www/web4/files/:/var/www/web4/atd/
255 php_admin_value file_uploads 1
256 php_admin_value upload_tmp_dir /var/www/web4/phptmp/
257 <Directory "/srv/www/htdocs/web4/html">
258 Options +FollowSymLinks +SymLinksIfOwnerMatch +Multiviews
259 AllowOverride All
260 </Directory>
261 </VirtualHost>
262 <Directory "/var/www/web5/html/cgi-bin/">
263 <IfModule mod_python.c>
264 <Files ~ "\.py$">
265 AddHandler python-program .py
266 PythonHandler mod_python.cgihandler
267 </Files>
268 </IfModule>
269 </Directory>
auch wenn ich zwar nicht versteh wieso die zeile 245 fehler anzeigt, hab ich überlegt, da mir mir web4 nicht so wichtig ist, ich lösch den benutzer web4 vier und danach geht es hoffentlich. also: userdel web4
gut...
dann hab ich mir die confixx_vhost.conf nochmal angesehen aber da hatte sich nichts verändert
alles beim alten, obwohl ich web4 gelöscht habe.
wenn ich versuch die datei confixx_vhost.conf mit vi (vi /etc/apache/confixx_vhost.conf) zu editieren ist der text völlig anders als wenn ich nl /ordner/confixx/apache/confixx_vhost.conf eingebe
bei der version mit vi sind die texte drin von httpd-spezial
ich hoffe mir kann einer helfen - danke im voraus