Am/On Fri, 3 Jul 2009 09:45:49 -0700 schrieb/wrote John Zigrang:
>I am setting up a new server and need all the following functions to work
>together:
>
>Standard Web at port 80
>Webmail which is already part of the web server
>4D Web access with table based login
>
>Is the best way to do this, to change the port on the 4D Server and then
>have a link to it?
>Open to other ideas.
we forward only dynamic requests to 4D. The rest is done by Apache.
You can for example use a Rewrite rule like:
RewriteRule ^/4DCGI/(.*)$
http://127.0.0.1:8080/$1 [P,L,nocase]
Depending on the webmail solution you use, you will also need to install
something like MySQL - like with RoundCube.
cheers,
Matthias
------------------------------------------------------------------------
Admilon Consulting GmbH
Am Wiesengrund 9a, 90584 Allersberg, Germany
Geschäftsführer: Peter Frank, Matthias Schmidt
Amtsgericht Nürnberg: HRB 21750
VAT Reg.No: DE242271157
Tel.: +49-9174 - 6646 Fax: +49-9174 - 6647
<
http://www.admilon-consulting.de>
-------------------------------------------------------------------------
**********************************************************************
Live Data Mapping Services with 4D v11 SQL
See it for yourself -
http://www.4d.com/solutions/ndwater.html4D Internet Users Group (4D iNUG)
FAQ:
http://www.4D.com/support/faqnug.htmlArchive:
http://lists.4D.com/archives.htmlOptions:
https://lists.4d.com/mailman/options/4d_techUnsub: mailto:
4D_Tech-Unsubscribe@...
**********************************************************************