Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: newb needs help listing directors and using "/" |
|
Author |
|
h0mersimps0n
Joined: 22 Aug 2008 Posts: 2
|
Posted: Fri 22 Aug '08 23:06 Post subject: newb needs help listing directors and using "/" |
|
|
Hey guys,
I'm so sorry to post here I honestly spent the last two days playing with my conf file trying different things but aparently I just don't get it.
I just installed a module on my Thecus N5200 NAS that installs APACHE on it.
I have two problems I'm trying to solve:
1. my pages only load if I put an "/" on the end of the url (example: http://something.com/test doesn't work unless I put a / on the end: http://something.com/test/ is there a way to fix that?
2. I want to view files and folders in any directory I haven't put a index.html in but despite my playing around/changing options within these:
<Directory />
Options FollowSymLinks
AllowOverride AuthConfig
</Directory>
and this...
<Directory "/raid/data/module/webserver/httpd-2.0.54/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
<Files ".">
Allow from All
</Files>
</Directory>
I can't get my directories to list I keep getting:
"Forbidden: You don't have permission to access / on this server."
I also don't understand and wonder if this line has anything to do with my problems:
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
User nobody
Group smbusers
</IfModule>
</IfModule>
what is that for?
Again I tried really hard to not have to resort to this but thanks in advance for your patience and assistance. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 25 Aug '08 9:29 Post subject: |
|
|
Do you know which OS runs on your NAS? Only for testing set the persmissions from your files to 0777. |
|
Back to top |
|
h0mersimps0n
Joined: 22 Aug 2008 Posts: 2
|
|
Back to top |
|
|
|
|
|
|