Had to add
#!/usr/bin/perl
to the top of quotaEnforce.pl to get it to work.
I don't know php. How do I get quotafix.php and quota.php to work. I turned on the webserver.
-- Thanks:James ReynoldsUniversity of UtahStudent Computing Labsjames@mail.mlmc.utah.edu801-585-9811
Logged In: YES
user_id=316810
I'm not sure what you mean by the php not displaying
correctly but I'm guessing that you haven't
uncommented the appropriate strings in the httpd.conf
file. This is where you turn php parsing on.
To get to the config file from the Finder select "Go to
Folder..." from the "Go" menu. A sheet should pop out
of a Finder window. Type in "/etc/httpd/". This will bring
you to the folder where the config file is located.
What you want to do now is open the httpd.conf file and
find the following lines and remove the # from the
beginning of the lines:
#LoadModule php4_module libexec/httpd/
libphp4.so
#AddModule mod_php4.c
#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
You'll have to restart the webserver for things to take
effect.
-matt