Help - Search - Members - Calendar
Full Version: another 403 question
MandrivaUsers.org > Advanced Topics > Networking
emetib
i've been trying to get my apache, advx, going, and i'm starting to get frustrated with it.

basics-
mdk 9.1
security- high, i've had it on higher, yet others can't see outside of their home unless i give them root.
apache- Apache-AdvancedExtranetServer/2.0.47
doc root- /var/www/html/
homepage- http://cerberus.cc
other- http://emetib.homelinux.com

ok, question-
on the homepage you will see a couple of boxes that i have set up as image maps. now the problem is when you click on one of those boxes, i get the 403 error. how do i fix this. the dirs that are trying to be accessed are in the pub_html, yet it still won't serve them out.

go to http://emetib.homelinux.com/image/ that's how i want it to work. this address is being run on a red hat server. yet it's not mine and i would like to be able to get this going on mine. plus it doesn't have some of the things that i want to play with and i'm not going to ask to have someone else to install things that he doesn't need.

thanks
tyme
make sure the permissions on the directory are set to world readable, along with all files in that directory.
emetib
everything in the pub_html is 755.

how do i find out if something is chrooted or not?
paul
in what directory is /wallpapers ???

/home/<user>/public_html
or /var/www/html/<some other dir> ??

in /etc/httpd/conf/commonhttpd.conf you will need to setup <Directory /path/to/diretory> permissions

here some examples from my desktop
CODE
<Directory /trinity/webroot>

   <IfModule mod_deflate.c>

     AddOutputFilterByType DEFLATE text/html text/plain text/xml

   </IfModule>

#

# This may also be "None", "All", or any combination of "Indexes",

# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".

#

# Note that "MultiViews" must be named *explicitly* --- "Options All"

# doesn't give it to you.

#

   Options -Indexes FollowSymLinks MultiViews

#

# This controls which options the .htaccess files in directories can

# override. Can also be "All", or any combination of "Options", "FileInfo",

# "AuthConfig", and "Limit"

#

   AllowOverride All

#

# Controls who can get stuff from this server.#

   <IfModule mod_access.c>

     Order allow,deny

     Allow from all

   </IfModule>

</Directory>



<Directory /trinity/aspseek/bin>

   <IfModule mod_deflate.c>

     AddOutputFilterByType DEFLATE text/html text/plain text/xml

   </IfModule>

   Options -Indexes FollowSymLinks MultiViews ExecCGI

   AllowOverride All

   <IfModule mod_access.c>

     Order allow,deny

     Allow from all

   </IfModule>

</Directory>
emetib
paul

it's in the /var/www/html/*/pub_html/

i had both the commonconf and the http2conf set up so that the doc root was /var/www/html, then i changed them both to /var/www/html/cerberus/pub_html and still nothing. i even put the wallpapers in the /var/www/html/wallpapers and still nothing ( i changed the index to refer to proper location).

sorry, i deleted your email. thought it was just a reminder that someone posted. can you send it again, or is what you just replied the text of it?

thanks.
paul
did you also chmod the cerberus and wallpapers directory?
emetib
yep, all of them are 755
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.