Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: Asky on June 21, 2007, 09:39:34 AM
-
Can anyone tell me what i need to modify so i can host wap pages on my server please?I found something here:
http://forums.contribs.org/index.php?topic=26541.0
but i think is an old topic because i didn't find the find the path
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf or the modules
50DirectoryIndex01
-
It's just a matter of good reading and understanding the templates.
Copy over the two modules
50DirectoryIndex01
75AddType00
from directory
/etc/e-smith/templates/etc/httpd/conf/httpd.conf
to directory
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
I checked. Both still exist but when you don't copy them to the templates-custom section you will never find them there...
-
well here etc/e-smith/templates/etc/httpd/conf/httpd.conf i have only DirectoryIndex00... not 01 is the same thing?
-
In my 7.1.3 server at path :
/etc/e-smith/templates/etc/httpd/conf/httpd.conf
I have
50DirectoryIndex00
and
75AddType00
-
SME 6.0 server:
cat /etc/e-smith/templates/etc/httpd/conf/httpd.conf/50DirectoryIndex00
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
DirectoryIndex index.htm index.html index.shtml index.cgi
SME 7.1.3 server:
cat /etc/e-smith/templates/etc/httpd/conf/httpd.conf/50DirectoryIndex00
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
DirectoryIndex index.htm index.html index.shtml index.cgi
-
ok now it works... thnx a lot