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-1B09B9B801F5Content-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=utf-8Well, 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=9DI 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-1B09B9B801F5Content-Transfer-Encoding: quoted-printableContent-Type: text/html;charset=utf-8Well, 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
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:
--Apple-Mail=_403BD680-B0B0-46CC-8653-1B09B9B801F5Content-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=utf-8Well, 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=9DI 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-1B09B9B801F5Content-Transfer-Encoding: quoted-printableContent-Type: text/html;charset=utf-8Well, 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
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:
Setting up the server (1997)
[WriteFile] problems (1997)
Help with taxTotal calculation (1998)
RE: Shopping Cart Questions (1998)
orders with blanks or [xxx] literal text (2000)
Formulas.db (2001)
Is there a list somewhere of what ALL [url] does? (2000)
Paths, relative paths, webstar server setup and security (Mac) (1997)
NT vs Mac (1997)
WebCatalog stalls (1998)
1 cent answer? (1998)
WebDNA 5.0 Questions (2003)
emailer w/F2 (1997)
WebCat2: Items xx to xx shown, etc. (1997)
[WebDNA] New Upload Tool (2009)
Errata: WCS Newbie question (1997)
spreadsheet interface (1998)
absolute paths for databases? (1997)
Tracking System? (1997)
Locking up with WebCatalog... (1997)