Need help setting up my router

Cableguy

Expert
Licensed User
Longtime User
I am sorry just thought of that : you from inside the Lan can you still see the default page ?
actually no, its giving me the same error page (access denied) as with the tugadroid.ddns.net:8080
 

sorex

Expert
Licensed User
Longtime User
you need to give users access to the public_html or whatever folder it is.

start with 775
 

Cableguy

Expert
Licensed User
Longtime User
Just redid the NAT, no more need for the :8080

@sorex, where should I look for that, in APACHE?
 

sorex

Expert
Licensed User
Longtime User
it's a command to change the rights on a folder.

some file manager should be able to do that aswell.
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
actually no, its giving me the same error page (access denied)
This means that you can try by your own to CHMOD the web folder and even the html file (I would suggest to try with the file for the first try as root created it I guess).
Sorex is right about 775
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
this is driving me NUTS!!!!

I think I have all set correctly... but can't get access to the folder anymore even within my network
I'm rebooting the pi just to check once again
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
driving me NUTS!!!!
Please don't stress. It is usual to be lost with such problems when starting. After that it will just been fine.
When you talked about a Webadmin application, is it Webmin ?
 

Cableguy

Expert
Licensed User
Longtime User
yes it is... I may have f*cked up my apache, since I could get the default webpage "it works" and now I get only access denied!!!
Anyway to "restore"?
 

sorex

Expert
Licensed User
Longtime User
I'm only familiar with the windows version but it should spit out some logs where you can see what goes wrong.
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Anyway to "restore"?
Yes, Webmin menu at its top : "Action logs" and you'll find the actions you've done (I hope the logs where enabled by default though).

But we could check the server configuration too : under Server \ Apache Webserver, you have created a Virtual server there should be set the web root path

Edit: Sorex provided the link to setup the directives
 

Cableguy

Expert
Licensed User
Longtime User
I just can't get it to work!
 

sorex

Expert
Licensed User
Longtime User
did you have any default document in your root? index.htm index.html will do.

if not the access denied will pop up because you have folder browsing disabled.
 

Cableguy

Expert
Licensed User
Longtime User
I had one but didn't work... I will try to recreate my website into the PiServer
 
Top