Koozali.org: home of the SME Server

Hosting wap pages

Offline Asky

  • *
  • 9
  • +0/-0
Hosting wap pages
« 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

Offline Confucius

  • *****
  • 235
  • +0/-0
Hosting wap pages
« Reply #1 on: June 21, 2007, 10:13:42 AM »
It's just a matter of good reading and understanding the templates.

Code: [Select]
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...

Offline Asky

  • *
  • 9
  • +0/-0
Hosting wap pages
« Reply #2 on: June 21, 2007, 10:32:52 AM »
well here etc/e-smith/templates/etc/httpd/conf/httpd.conf i have only DirectoryIndex00... not 01 is the same thing?

Offline Confucius

  • *****
  • 235
  • +0/-0
Hosting wap pages
« Reply #3 on: June 21, 2007, 10:47:37 AM »
In my 7.1.3 server at path :

/etc/e-smith/templates/etc/httpd/conf/httpd.conf

I have

50DirectoryIndex00

and

75AddType00

Offline Confucius

  • *****
  • 235
  • +0/-0
Hosting wap pages
« Reply #4 on: June 21, 2007, 10:54:52 AM »
SME 6.0 server:


Code: [Select]
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:

Code: [Select]
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

Offline Asky

  • *
  • 9
  • +0/-0
Hosting wap pages
« Reply #5 on: June 21, 2007, 12:47:39 PM »
ok now it works... thnx a lot