logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: newb needs help listing directors and using "/"
Author
h0mersimps0n



Joined: 22 Aug 2008
Posts: 2

PostPosted: Fri 22 Aug '08 23:06    Post subject: newb needs help listing directors and using "/" Reply with quote

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

PostPosted: Mon 25 Aug '08 9:29    Post subject: Reply with quote

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

PostPosted: Mon 25 Aug '08 16:25    Post subject: Reply with quote

The OS is Linux ( http://www.onbeat.dk/thecus/index.php/N5200_Pseudo-Modules ) per the wiki.

I'll try the 0777 thing...

What next?

Thanks!
Back to top


Reply to topic   Topic: newb needs help listing directors and using "/" View previous topic :: View next topic
Post new topic   Forum Index -> Apache