virtualhosts

5 messages Options
Embed this post
Permalink
Jan Abrahim Vos

virtualhosts

Reply Threaded More More options
Print post
Permalink
Hi
I am working with Filemaker server 10 advanced and with virtual hosts
under Apache.
I tried very many ways to get the webengine to work but it only want to
proces the xsl stylesheets that are in the directory root/fmi/xsl/
In the mod_jk_conf file I added a line:
JkFmMount /myVirtualHost/* .xsl cwpe
and
JkFmMount /* .xsl cwpe

They both don't work...

help?
-----------------------------------------------------------
Jan Abrahim Vos
Graphic & Internet Design
Bankastraat 35 hs
1094 EB  Amsterdam
Netherlands
+31 (0)20 470 2640
+31 (0)6 1745 0948
http://www.janabrahimvos.nl
----------------------------------------------------------
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Mike Duncan-2

Re: virtualhosts

Reply Threaded More More options
Print post
Permalink
Is this OS X, and if so, is it OS X server or the regular version?

If it is server, what version and did you use the server admin tools
to set up the virtual host? I haven't had any problems when using the
built in tools, they create the host files automatically.


On Fri, Oct 16, 2009 at 5:24 AM, Jan Abrahim Vos <[hidden email]> wrote:

> Hi
> I am working with Filemaker server 10 advanced and with virtual hosts under
> Apache.
> I tried very many ways to get the webengine to work but it only want to
> proces the xsl stylesheets that are in the directory root/fmi/xsl/
> In the mod_jk_conf file I added a line:
> JkFmMount /myVirtualHost/* .xsl cwpe
> and
> JkFmMount /* .xsl cwpe
>
> They both don't work...
>
> help?
> -----------------------------------------------------------
> Jan Abrahim Vos
> Graphic & Internet Design
> Bankastraat 35 hs
> 1094 EB  Amsterdam
> Netherlands
> +31 (0)20 470 2640
> +31 (0)6 1745 0948
> http://www.janabrahimvos.nl
> ----------------------------------------------------------
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jan Abrahim Vos

Re: virtualhosts

Reply Threaded More More options
Print post
Permalink
thanks for reply Mike

It is regular OSX leopard.
Virtual host sare set up okay. I used webmin and they work fine.
It is the Filemaker webengine that can't find the xsl files because in
the URL it misses "fmi/xsl" (is my interpretation)

> Op 16-okt-09 om 13:19 heeft Mike Duncan het volgende geschreven:
>
> Is this OS X, and if so, is it OS X server or the regular version?
>
> If it is server, what version and did you use the server admin tools
> to set up the virtual host? I haven't had any problems when using the
> built in tools, they create the host files automatically.
>
>
> On Fri, Oct 16, 2009 at 5:24 AM, Jan Abrahim Vos
> <[hidden email]> wrote:
>> Hi
>> I am working with Filemaker server 10 advanced and with virtual hosts
>> under
>> Apache.
>> I tried very many ways to get the webengine to work but it only want
>> to
>> proces the xsl stylesheets that are in the directory root/fmi/xsl/
>> In the mod_jk_conf file I added a line:
>> JkFmMount /myVirtualHost/* .xsl cwpe
>> and
>> JkFmMount /* .xsl cwpe
>>
>> They both don't work...
>>
>> help?
>> -----------------------------------------------------------
>> Jan Abrahim Vos
>> Graphic & Internet Design
>> Bankastraat 35 hs
>> 1094 EB  Amsterdam
>> Netherlands
>> +31 (0)20 470 2640
>> +31 (0)6 1745 0948
>> http://www.janabrahimvos.nl
>> ----------------------------------------------------------
>> _______________________________________________
>> FMPexperts mailing list
>> [hidden email]
>> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>>
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Mike Duncan-2

Re: virtualhosts

Reply Threaded More More options
Print post
Permalink
Do you have any lines like this?

#FMI_Configuration_V1
Include '/Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/mod_jk.conf'
#FMI_Configuration_V1
Include '/Library/FileMaker Server/Web
Publishing/publishing-engine/php/apache-1.3/httpd.conf.php'

This is from a server running OS X 10.4, so may not apply to apache 2
running in leopard, but might give you something to check for. I
wonder if webmin munged something in the config if you updated with
that, you might try to run the FMS installer again to put those
references back in, if they're missing.

On Fri, Oct 16, 2009 at 11:37 AM, Jan Abrahim Vos <[hidden email]> wrote:

> thanks for reply Mike
>
> It is regular OSX leopard.
> Virtual host sare set up okay. I used webmin and they work fine.
> It is the Filemaker webengine that can't find the xsl files because in the
> URL it misses "fmi/xsl" (is my interpretation)
>
>> Op 16-okt-09 om 13:19 heeft Mike Duncan het volgende geschreven:
>>
>> Is this OS X, and if so, is it OS X server or the regular version?
>>
>> If it is server, what version and did you use the server admin tools
>> to set up the virtual host? I haven't had any problems when using the
>> built in tools, they create the host files automatically.
>>
>>
>> On Fri, Oct 16, 2009 at 5:24 AM, Jan Abrahim Vos <[hidden email]>
>> wrote:
>>>
>>> Hi
>>> I am working with Filemaker server 10 advanced and with virtual hosts
>>> under
>>> Apache.
>>> I tried very many ways to get the webengine to work but it only want to
>>> proces the xsl stylesheets that are in the directory root/fmi/xsl/
>>> In the mod_jk_conf file I added a line:
>>> JkFmMount /myVirtualHost/* .xsl cwpe
>>> and
>>> JkFmMount /* .xsl cwpe
>>>
>>> They both don't work...
>>>
>>> help?
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Jan Abrahim Vos

Re: virtualhosts

Reply Threaded More More options
Print post
Permalink
Yes, like I said virtualhosts are working perfectly under apache. The
filemaker webengine works fine too.
mod_jk.conf included in httpd.conf
I am not using the phpEngine of FileMaker

So
Virtualhost defined in httpd.conf: mySite.com
goes to rootpath: /Library/Webserver/Documents/mySite/
Works fine

http://www.myFMPROserver.com/fmi/xsl/mySite/myXSLstylesheet.xsl
Works fine too.
The filemaker webengine knows it has to do something because there is
/fmi/xsl/ in the URL (as defined in mod_jk.conf)

What goes wrong:
Virtualhost defined in httpd.conf: mySite.com
goes to rootpath: /Library/Webserver/Documents/fmi/xsl/mySite
works fine for html pages
doesnt work for xsl pages

What I want is to get rid of the required /fmi/xsl/ in the URL for the
fileMaker webEngine to get started

I hope my problem is clear, thanks for thinking with me.

Abrahim

Op 16-okt-09 om 20:20 heeft Mike Duncan het volgende geschreven:

> Do you have any lines like this?
>
> #FMI_Configuration_V1
> Include '/Library/FileMaker
> Server/Admin/admin-helper/WEB-INF/conf/mod_jk.conf'
> #FMI_Configuration_V1
> Include '/Library/FileMaker Server/Web
> Publishing/publishing-engine/php/apache-1.3/httpd.conf.php'
>
> This is from a server running OS X 10.4, so may not apply to apache 2
> running in leopard, but might give you something to check for. I
> wonder if webmin munged something in the config if you updated with
> that, you might try to run the FMS installer again to put those
> references back in, if they're missing.
>
> On Fri, Oct 16, 2009 at 11:37 AM, Jan Abrahim Vos
> <[hidden email]> wrote:
>> thanks for reply Mike
>>
>> It is regular OSX leopard.
>> Virtual host sare set up okay. I used webmin and they work fine.
>> It is the Filemaker webengine that can't find the xsl files because
>> in the
>> URL it misses "fmi/xsl" (is my interpretation)
>>
>>> Op 16-okt-09 om 13:19 heeft Mike Duncan het volgende geschreven:
>>>
>>> Is this OS X, and if so, is it OS X server or the regular version?
>>>
>>> If it is server, what version and did you use the server admin tools
>>> to set up the virtual host? I haven't had any problems when using the
>>> built in tools, they create the host files automatically.
>>>
>>>
>>> On Fri, Oct 16, 2009 at 5:24 AM, Jan Abrahim Vos
>>> <[hidden email]>
>>> wrote:
>>>>
>>>> Hi
>>>> I am working with Filemaker server 10 advanced and with virtual
>>>> hosts
>>>> under
>>>> Apache.
>>>> I tried very many ways to get the webengine to work but it only
>>>> want to
>>>> proces the xsl stylesheets that are in the directory root/fmi/xsl/
>>>> In the mod_jk_conf file I added a line:
>>>> JkFmMount /myVirtualHost/* .xsl cwpe
>>>> and
>>>> JkFmMount /* .xsl cwpe
>>>>
>>>> They both don't work...
>>>>
>>>> help?
> _______________________________________________
> FMPexperts mailing list
> [hidden email]
> http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
>

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au