Ticket #1062 (closed defect: duplicate)

Opened 1 year ago

Last modified 1 year ago

bureau not accessible after clean install

Reported by: anarcat Assigned to: anonymous
Priority: block Milestone: alternc-0.9.7
Component: Package Debian Version: alternc-0.9.6.4
Severity: major Keywords:
Cc:

Description

Quite simple:

The requested URL /admin/ was not found on this server.

error.log says:

[Fri Sep  7 18:45:12 2007] [error] [client 69.157.231.51] File does not exist: /var/www/admin/
oxfamqc:/etc/apache# ls -la
total 56
drwxr-xr-x  3 root root  4096 Sep  7 18:38 .
drwxr-xr-x 60 root root  4096 Sep  7 18:39 ..
-rw-r--r--  1 root root   285 Sep  7 18:37 access.conf
drwxr-xr-x  2 root root  4096 Sep  7 18:38 conf.d
-rw-r--r--  1 root root 35457 Sep  7 18:37 httpd.conf
lrwxrwxrwx  1 root root    15 Sep  7 18:37 mime.types -> /etc/mime.types
-rw-r--r--  1 root root   297 Sep  7 18:37 srm.conf
oxfamqc:/etc/apache# ls -la conf.d/
total 12
drwxr-xr-x 2 root root 4096 Sep  7 18:38 .
drwxr-xr-x 3 root root 4096 Sep  7 18:38 ..
lrwxrwxrwx 1 root root   24 Sep  7 18:38 alternc.conf -> /etc/alternc/apache.conf
lrwxrwxrwx 1 root root   41 Sep  7 18:38 override_php.conf -> /var/alternc/apacheconf/override_php.conf
-rw-r--r-- 1 root root  133 Jul  2 20:43 php5.conf

Change History

09/07/07 20:50:32 changed by anarcat

Je pense que le problème est dû à cette erreur:

Configuration syntax error detected, not starting/reloading...
fopen: No such file or directory
apache: could not open document config file /etc/apache/modules.conf
 failed!

Du coup apache ne repart pas.

09/07/07 21:38:02 changed by anarcat

  • status changed from new to closed.
  • resolution set to fixed.

(In [1915]) re-establish apache-modconf as means of enabling vhost_alias and php modules, don't talk to ucf Closes: #1062

09/09/07 21:17:00 changed by anarcat

  • status changed from closed to reopened.
  • resolution deleted.

This doesn't work, apparently apache-modconf simply does nothing.

09/09/07 21:37:08 changed by anarcat

(In [1929]) fix stupid typo in regexp See: #1062

09/09/07 22:34:17 changed by anarcat

  • status changed from reopened to closed.
  • resolution set to fixed.

Drop apache-modconf, it's not working. Rewrite modules.conf manually, and add support for apache2 while we're here.

10/02/07 20:07:29 changed by anarcat

  • status changed from closed to reopened.
  • resolution deleted.

just reopen to document properly that...

10/02/07 20:07:46 changed by anarcat

  • status changed from reopened to closed.
  • resolution set to duplicate.

...this is actually a dupe of #1000.