kind of working
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/perl
|
||||
print "Content-type:text/plain\n\nAccess denies.";
|
||||
exit;
|
||||
__END__
|
||||
#print "Content-type:text/plain\n\nAccess denies.";
|
||||
#exit;
|
||||
#__END__
|
||||
|
||||
<config>
|
||||
|
||||
Define DOMAIN localhost
|
||||
Define BASE_DIR /home/calcms/racalmas/website
|
||||
Define BASE_DIR /var/www/html/website
|
||||
|
||||
# default project from database
|
||||
project my-project
|
||||
@@ -100,7 +100,7 @@ domain ${DOMAIN}
|
||||
</permissions>
|
||||
|
||||
<access>
|
||||
hostname localhost
|
||||
hostname db
|
||||
port 3306
|
||||
database calcms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user