Jump to content

another 403 question


Guest emetib
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

<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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...