T3D and Apache help if possible [Resolved]
by Tarly · in Torque 3D Beginner · 01/06/2013 (11:58 pm) · 4 replies
Hello all
In Apache httpd.conf I have a Dir set up with:
<Directory "C:/webserver/htdocs/custom">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
I thought this would allow anything and everything to be done in this directory. Open Dir with no restrictions. This is not the case. and I can't figure out any other permissions I need to open it up.
Can Anyone help me out please?
T.
In Apache httpd.conf I have a Dir set up with:
<Directory "C:/webserver/htdocs/custom">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
I thought this would allow anything and everything to be done in this directory. Open Dir with no restrictions. This is not the case. and I can't figure out any other permissions I need to open it up.
Can Anyone help me out please?
T.
About the author
#2
01/07/2013 (5:38 pm)
I am using a patcher to patch T3D.. if I can get it to work.. I thought I would post a link here. But.. right now... I can't see to figure out how to configure the permissions for the updater Dir in Apache... it needs to be off the root, and be open.
#3
so paste this into a blank text file and rename it to ".htaccess" (without the quotes) then upload it to your directory.
this allows access to the directory from a browser, if you want to run scripts you need to add "+Includes ExecCGI" to the options, plus you need to change the CHMOD property's on your .cgi's to Execute as well as read.
Am not sure if this is what your after but hope it helps :-)
01/08/2013 (5:51 pm)
I usually set up each directory individually with the ".htaccess" file.so paste this into a blank text file and rename it to ".htaccess" (without the quotes) then upload it to your directory.
Options Indexes FollowSymLinks Order allow,deny Allow from all
this allows access to the directory from a browser, if you want to run scripts you need to add "+Includes ExecCGI" to the options, plus you need to change the CHMOD property's on your .cgi's to Execute as well as read.
Am not sure if this is what your after but hope it helps :-)
#4
Thank you very much for your input.
01/08/2013 (5:57 pm)
Thank you Robert. I found thatthe directory is open as I wanted... I went to the full url then added the dir I was wondering if it was open.. and I can double click it and see the files.Thank you very much for your input.
Torque Owner Richard Ranft
Roostertail Games