Forum

Manual - File does ...
 
Notifications
Retirer tout

Manual - File does not exist

3 Posts
2 Utilisateurs
0 Reactions
4,140 Vu
 evoc
(@evoc)
Posts: 2
New Member
Début du sujet
 
[#1523]

Hi
this is a very interesting project Manager!
I have installed on my server and I move my first steps in knwoledge.
When I try to click the icon of help the windows opened but with a 404 error
The apache log say me this

[Wed Dec 18 11:38:38 2013] [error] [client xx.xx.xx.xx] File does not exist: /usr/share/doc/apache2-doc/manual/manual.php, referer: http://mysite/view/main.php

I have the manual in the original position http://mysite/manual

Have I to move the manual in the apache-doc or there is a configuration item to modify?
Thank You


 
Posté : 18/12/2013 2:16 pm
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Manual is search relatively to current position, at ../manual/manual.php

As referer is http://mysite/view/main.php, manual is expected at http://mysite/manual/manual.php.
You can test the behavior on Demo : http://demo.projeqtor.org (guest/guest)

Here is an example of the structure you should have :

You possibly have an issue in you apache or php configuration or access rights on directories.


 
Posté : 19/12/2013 6:36 pm
 evoc
(@evoc)
Posts: 2
New Member
Début du sujet
 

ok
you are right1
In my apache configuration I have under http://domain.tld/manual the pager of Apache HTTP Server Version 2.2 Documentation that is under the folder /usr/share/doc/apache2-doc/manual/
This Directive is in the /etc/apache2/conf.d/apache2-doc

Alias /manual /usr/share/doc/apache2-doc/manual/

Options Indexes FollowSymlinks
AllowOverride None
Order allow,deny
Allow from all
AddDefaultCharset off

I have changed this configuration in
Alias /apache-manual

Now is ok
Thank you


 
Posté : 19/12/2013 7:35 pm
Share:
Retour en haut