english 
Thread Options  Search this Thread  
Post: #1
06-06-2007 21:05 PM
Fedtmule
Ex Verified Customer


Joined: 12-01-2007
Posts: 266
Country: Denmark
Male Fedtmule is Offline now
The correct Chmod
What is the correct Chmod for http://tracker.com/config/ files ?

Post: #2
06-06-2007 21:10 PM
StirolXXX


Joined: 06-04-2007
Posts: 6
Country: Union of Soviet Socialist
Male StirolXXX is Offline now
The correct Chmod
777

Post: #3
06-06-2007 21:39 PM
Fedtmule
Ex Verified Customer


Joined: 12-01-2007
Posts: 266
Country: Denmark
Male Fedtmule is Offline now
The correct Chmod
Originally Posted by StirolXXX
777

I cant be true - when you call http://yoursite/config/DATABASE you can see all data

Post: #4
06-06-2007 21:44 PM
kia


Joined: 02-12-2006
Posts: 1,671
Country: Sweden
Male kia is Offline now
The correct Chmod
Originally Posted by Fedtmule
Originally Posted by StirolXXX
777

I cant be true - when you call http://yoursite/config/DATABASE you can see all data
secure it with .htaccess

Post: #5
06-06-2007 22:50 PM (This post was last modified: 06-06-2007 23:17 PM by parallaxz71)
parallaxz71


Joined: 11-01-2007
Posts: 5,336
Country: United States of America
Awards:  
Male parallaxz71 is Offline now
The correct Chmod
grumble grumble grumble....someone didnt read the README file throughly

Post: #6
06-06-2007 23:13 PM
Fedtmule
Ex Verified Customer


Joined: 12-01-2007
Posts: 266
Country: Denmark
Male Fedtmule is Offline now
The correct Chmod
Originally Posted by parallaxz71
grumble grumble grumble....someone didnt read the RADME file throughly
Why not help me instead

Post: #7
06-06-2007 23:16 PM
parallaxz71


Joined: 11-01-2007
Posts: 5,336
Country: United States of America
Awards:  
Male parallaxz71 is Offline now
The correct Chmod
ok....

README_FRESH_INSTALL
PHP:
IMPORTANT: Do not forget to protect your ./CONFIG folder by using apache config.
Example httpd.conf

<Directory "C:/wamp/www/yourtrackerfolder">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow
,Deny
Allow from all
</Directory


Post: #8
07-06-2007 06:39 AM (This post was last modified: 07-06-2007 06:45 AM by Fedtmule)
Fedtmule
Ex Verified Customer


Joined: 12-01-2007
Posts: 266
Country: Denmark
Male Fedtmule is Offline now
The correct Chmod
Originally Posted by parallaxz71
ok....

README_FRESH_INSTALL
PHP:
IMPORTANT: Do not forget to protect your ./CONFIG folder by using apache config.
Example httpd.conf

<Directory "C:/wamp/www/yourtrackerfolder">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow
,Deny
Allow from all
</Directory


Sorry my english is not good - do i make a file called httpd.conf and insert the code and put it in config folder
CODE:
<Directory "http://mytracker.com/config/">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>


Post: #9
07-06-2007 11:56 AM
parallaxz71


Joined: 11-01-2007
Posts: 5,336
Country: United States of America
Awards:  
Male parallaxz71 is Offline now
The correct Chmod
Originally Posted by Fedtmule
Originally Posted by parallaxz71
ok....

README_FRESH_INSTALL
PHP:
IMPORTANT: Do not forget to protect your ./CONFIG folder by using apache config.
Example httpd.conf

<Directory "C:/wamp/www/yourtrackerfolder">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow
,Deny
Allow from all
</Directory


Sorry my english is not good - do i make a file called httpd.conf and insert the code and put it in config folder
CODE:
<Directory "http://mytracker.com/config/">
Options -Indexes +FollowSymlinks +MultiViews -SymLinksIfOwnerMatch
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>


there is a file already called httpd.conf all you have to do is find it.

do a search if your using linux like this:

find / -name httpd.conf

and windows well i sshouldnt have to tell you

Quick Reply
Decrease Size
Increase Size
Insert bold text Insert italic text Insert underlined text Align text to the left Align text to the centerr Align text to the right Justify text Insert quoted text Code Insert formatted PHP code Insert formatted SQL code
Colors
Insert hyperlink Insert image Insert email address
Smilies
Insert hidden text



Forum Jump: