Re: [WebDNA] "The requested URL" error not allowing access to site...

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111678
interpreted = N
texte = --Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Well, seems like I am one step in the right direction. Now it just = says=E2=80=A6 "Error: template security preferences do not allow remote access to = files with that extension=E2=80=9D I dont remember ever setting .html as not allowed so what could be = wrong? /Palle > On 14/11/2014, at 17.33, christophe.billiottet@webdna.us wrote: >=20 > As you are running the server version of Yosemite, do not forget that = you will need the following lines INSIDE the virtualhost configuration = file, for every single site on your server. >=20 > #----------------------- > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > > #----------------------- >=20 > - chris >=20 >=20 >=20 >> On Nov 14, 2014, at 17:39, Palle Bo Nielsen = wrote: >>=20 >> Hi again >>=20 >> I did the changes you suggested but still the same challenge=E2=80=A6 >>=20 >> Any idea. What could be the reason? >>=20 >> /Palle >>=20 >>=20 >>> On 14/11/2014, at 08.12, christophe.billiottet@webdna.us wrote: >>>=20 >>> Hi Palle, >>>=20 >>> careful that AddHandler line should be a single line with >>>=20 >>> AddHandler webdna-fastcgi .dna .html >>>=20 >>> and not two lines. Also, AddType text/html .tpl .dna is not = necessary, or you should replace .tpl with .html >>>=20 >>> - chris >>>=20 >>>=20 >>>=20 >>>> On Nov 14, 2014, at 00:56, Palle Bo Nielsen = wrote: >>>>=20 >>>> Hi all >>>>=20 >>>> What am I forgetting when I get the following error message after = trying to access using the browser=E2=80=A6 >>>>=20 >>>> =E2=80=94 SNIP --- >>>> Not Found >>>> The requested URL /WebDNA/WebDNA.fcgi/index.html was not found on = this server. >>>> Apache server at 192.168.1.20 Port 443 >>>> =E2=80=94 SNIP =E2=80=94 >>>>=20 >>>> Server: OS X Yosemite Version 10.10 Server 4.0 and WebDNA Fast CGI >>>>=20 >>>> mod_fastcgi >>>>=20 >>>> The following is placed in Apaches OTHER directory >>>>=20 >>>> ########## >>>> #----------------------- >>>> LoadModule rewrite_module libexec/apache2/mod_rewrite.so >>>> LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so >>>> LoadModule actions_module libexec/apache2/mod_actions.so >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> >>>> FastCGIServer = /Library/Server/Web/Data/Sites/www.qt.dk/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 >>>> Action webdna-fastcgi /WebDNA/WebDNA.fcgi >>>> AddHandler webdna-fastcgi .dna >>>> AddHandler webdna-fastcgi .html >>>> >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> AddType text/html .tpl .dna >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> # >>>> #RewriteEngine on >>>> #RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>>> # >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> >>>> Deny from all >>>> >>>> #----------------------- >>>>=20 >>>> ####### >>>>=20 >>>>=20 >>>>=20 >>>> /Palle--------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >=20 --Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
Well, seems like I am one step in the right = direction. Now it just says=E2=80=A6

"Error: template security preferences do = not allow remote access to files with that extension=E2=80=9D

I dont remember ever setting .html = as not allowed so what could be wrong?

/Palle


On 14/11/2014, at 17.33, christophe.billiottet@webdna.us wrote:

As you are running = the server version of Yosemite, do not forget that you will need the = following lines INSIDE the virtualhost configuration file, for every = single site on your server.

#-----------------------
<IfModule = mod_rewrite.c>
RewriteEngine on
RewriteRule= .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
#-----------------------

- chris



On Nov = 14, 2014, at 17:39, Palle Bo Nielsen <powerpalle@powerpalle.dk> wrote:

Hi again

I did the changes you = suggested but still the same challenge=E2=80=A6

Any idea. What could be the reason?

/Palle


On 14/11/2014, at 08.12, christophe.billiottet@webdna.us wrote:

Hi Palle,

careful that = AddHandler line should be a single line with

AddHandler webdna-fastcgi .dna .html

and not two lines. Also, AddType text/html .tpl .dna is not = necessary, or you should replace .tpl with .html

- chris



On Nov 14, 2014, at = 00:56, Palle Bo Nielsen <powerpalle@powerpalle.dk> wrote:

Hi all

What am I forgetting when = I get the following error message after trying to access using the = browser=E2=80=A6

=E2=80=94 SNIP ---
Not Found
The requested URL = /WebDNA/WebDNA.fcgi/index.html was not found on this server.
Apache server at 192.168.1.20 Port 443
=E2=80=94 = SNIP =E2=80=94

Server: OS X Yosemite = Version 10.10 Server 4.0 and WebDNA Fast CGI

mod_fastcgi

The following is = placed in Apaches OTHER directory

##########
#-----------------------
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so
LoadModule actions_module libexec/apache2/mod_actions.so
#-----------------------


#-----------------------
<IfModule = mod_fastcgi.c>
FastCGIServer = /Library/Server/Web/Data/Sites/www.qt.dk/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes = 1
Action webdna-fastcgi /WebDNA/WebDNA.fcgi
AddHandler webdna-fastcgi .dna
AddHandler = webdna-fastcgi .html
</IfModule>
#-----------------------


#-----------------------
AddType text/html .tpl = .dna
#-----------------------


#-----------------------
#<IfModule mod_rewrite.c>
#= RewriteEngine on
#RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
#-----------------------


#-----------------------
<FilesMatch  ".*\.(db|inc|conf|ini)$">
Deny from all
</FilesMatch>
#-----------------------

#######



/Palle---------------------------------------------------------=
This message is sent to you because you are subscribed = to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail = to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug= Reporting: support@webdna.us

---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail = to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug= Reporting: support@webdna.us



= --Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] "The requested URL" error not allowing access to site... (christophe.billiottet@webdna.us 2014)
  2. Re: [WebDNA] "The requested URL" error not allowing access to site... (Kenneth Grome 2014)
  3. Re: [WebDNA] "The requested URL" error not allowing access to site... (Palle Bo Nielsen 2014)
  4. Re: [WebDNA] "The requested URL" error not allowing access to site... (Palle Bo Nielsen 2014)
  5. Re: [WebDNA] "The requested URL" error not allowing access to site... (christophe.billiottet@webdna.us 2014)
  6. [WebDNA] "The requested URL" error not allowing access to site... (Palle Bo Nielsen 2014)
--Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Well, seems like I am one step in the right direction. Now it just = says=E2=80=A6 "Error: template security preferences do not allow remote access to = files with that extension=E2=80=9D I dont remember ever setting .html as not allowed so what could be = wrong? /Palle > On 14/11/2014, at 17.33, christophe.billiottet@webdna.us wrote: >=20 > As you are running the server version of Yosemite, do not forget that = you will need the following lines INSIDE the virtualhost configuration = file, for every single site on your server. >=20 > #----------------------- > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > > #----------------------- >=20 > - chris >=20 >=20 >=20 >> On Nov 14, 2014, at 17:39, Palle Bo Nielsen = wrote: >>=20 >> Hi again >>=20 >> I did the changes you suggested but still the same challenge=E2=80=A6 >>=20 >> Any idea. What could be the reason? >>=20 >> /Palle >>=20 >>=20 >>> On 14/11/2014, at 08.12, christophe.billiottet@webdna.us wrote: >>>=20 >>> Hi Palle, >>>=20 >>> careful that AddHandler line should be a single line with >>>=20 >>> AddHandler webdna-fastcgi .dna .html >>>=20 >>> and not two lines. Also, AddType text/html .tpl .dna is not = necessary, or you should replace .tpl with .html >>>=20 >>> - chris >>>=20 >>>=20 >>>=20 >>>> On Nov 14, 2014, at 00:56, Palle Bo Nielsen = wrote: >>>>=20 >>>> Hi all >>>>=20 >>>> What am I forgetting when I get the following error message after = trying to access using the browser=E2=80=A6 >>>>=20 >>>> =E2=80=94 SNIP --- >>>> Not Found >>>> The requested URL /WebDNA/WebDNA.fcgi/index.html was not found on = this server. >>>> Apache server at 192.168.1.20 Port 443 >>>> =E2=80=94 SNIP =E2=80=94 >>>>=20 >>>> Server: OS X Yosemite Version 10.10 Server 4.0 and WebDNA Fast CGI >>>>=20 >>>> mod_fastcgi >>>>=20 >>>> The following is placed in Apaches OTHER directory >>>>=20 >>>> ########## >>>> #----------------------- >>>> LoadModule rewrite_module libexec/apache2/mod_rewrite.so >>>> LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so >>>> LoadModule actions_module libexec/apache2/mod_actions.so >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> >>>> FastCGIServer = /Library/Server/Web/Data/Sites/www.qt.dk/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 >>>> Action webdna-fastcgi /WebDNA/WebDNA.fcgi >>>> AddHandler webdna-fastcgi .dna >>>> AddHandler webdna-fastcgi .html >>>> >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> AddType text/html .tpl .dna >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> # >>>> #RewriteEngine on >>>> #RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>>> # >>>> #----------------------- >>>>=20 >>>>=20 >>>> #----------------------- >>>> >>>> Deny from all >>>> >>>> #----------------------- >>>>=20 >>>> ####### >>>>=20 >>>>=20 >>>>=20 >>>> /Palle--------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >=20 --Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
Well, seems like I am one step in the right = direction. Now it just says=E2=80=A6

"Error: template security preferences do = not allow remote access to files with that extension=E2=80=9D

I dont remember ever setting .html = as not allowed so what could be wrong?

/Palle


On 14/11/2014, at 17.33, christophe.billiottet@webdna.us wrote:

As you are running = the server version of Yosemite, do not forget that you will need the = following lines INSIDE the virtualhost configuration file, for every = single site on your server.

#-----------------------
<IfModule = mod_rewrite.c>
RewriteEngine on
RewriteRule= .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
#-----------------------

- chris



On Nov = 14, 2014, at 17:39, Palle Bo Nielsen <powerpalle@powerpalle.dk> wrote:

Hi again

I did the changes you = suggested but still the same challenge=E2=80=A6

Any idea. What could be the reason?

/Palle


On 14/11/2014, at 08.12, christophe.billiottet@webdna.us wrote:

Hi Palle,

careful that = AddHandler line should be a single line with

AddHandler webdna-fastcgi .dna .html

and not two lines. Also, AddType text/html .tpl .dna is not = necessary, or you should replace .tpl with .html

- chris



On Nov 14, 2014, at = 00:56, Palle Bo Nielsen <powerpalle@powerpalle.dk> wrote:

Hi all

What am I forgetting when = I get the following error message after trying to access using the = browser=E2=80=A6

=E2=80=94 SNIP ---
Not Found
The requested URL = /WebDNA/WebDNA.fcgi/index.html was not found on this server.
Apache server at 192.168.1.20 Port 443
=E2=80=94 = SNIP =E2=80=94

Server: OS X Yosemite = Version 10.10 Server 4.0 and WebDNA Fast CGI

mod_fastcgi

The following is = placed in Apaches OTHER directory

##########
#-----------------------
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so
LoadModule actions_module libexec/apache2/mod_actions.so
#-----------------------


#-----------------------
<IfModule = mod_fastcgi.c>
FastCGIServer = /Library/Server/Web/Data/Sites/www.qt.dk/WebDNA/WebDNA.fcgi -idle-timeout 60 -processes = 1
Action webdna-fastcgi /WebDNA/WebDNA.fcgi
AddHandler webdna-fastcgi .dna
AddHandler = webdna-fastcgi .html
</IfModule>
#-----------------------


#-----------------------
AddType text/html .tpl = .dna
#-----------------------


#-----------------------
#<IfModule mod_rewrite.c>
#= RewriteEngine on
#RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
#-----------------------


#-----------------------
<FilesMatch  ".*\.(db|inc|conf|ini)$">
Deny from all
</FilesMatch>
#-----------------------

#######



/Palle---------------------------------------------------------=
This message is sent to you because you are subscribed = to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail = to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug= Reporting: support@webdna.us

---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list <talk@webdna.us>.
To unsubscribe, E-mail = to: <talk-leave@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
Bug= Reporting: support@webdna.us



= --Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5-- Palle Bo Nielsen

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

'does not contain' operator needed ... (1997) Next (1997) [OT] DOD again (2003) [addlineitems] display (1997) How To Install (2003) FEATURE REQUEST: Auto Resizing of images (2002) How can I Add several Items into the cart at once? (1997) WebCat2.0 [format thousands .0f] no go (1997) Seeking Better Display of results... (1997) WebCat2b13MacPlugin - [math][date][/math] problem (1997) Rhapsody? (1997) [thisurl] or another way (2000) Bug in WebCat, (2000) Sensations (1997) Strange intermittent WebDNA problems Workaround (2008) Apple event reply error (-1) (1997) [ipaddress] (2003) Need relative path explanation (1997) Forcing Search w/ URL (1999) Question (1997)