Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111060
interpreted = N
texte = --047d7b624e965bb28204f0b21eec Content-Type: text/plain; charset=ISO-8859-1 Hey all, I am trying to get 6.2 working on Maverick - mini-mac server - actually, I have it running - I just don't seem to be able to get the alias's right to get it working on a page. At one point I had the cgi working and a serial number in and working, but it wouldn't run on a page. I've been back and forth a couple of times and know I am close. this was a fresh install I have the httpd_server_app.conf right I think . . . # # Redirect: Allows you to tell clients about documents that used to # exist in your server's namespace, but do not anymore. The client # will make a new request for the document at its new location. # Example: # Redirect permanent /foo http://www.example.com/bar # # Alias: Maps web paths into filesystem paths and is used to # access content that does not live under the DocumentRoot. # Example: # Alias /webpath /full/filesystem/path # # If you include a trailing / on /webpath then the server will # require it to be present in the URL. You will also likely # need to provide a section to allow access to # the filesystem path. # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. The same rules about trailing "/" apply to ScriptAlias # directives as to Alias. # ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/Server/Web/Data/Sites/CGI-Executables/$1" # # "/Library/WebServer/CGI-Executables" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # AllowOverride None Options None Order allow,deny Allow from all and then Include /Library/Server/Web/Data/Sites/CGI-Executables/WebCatalogEngine/webdna.conf I had it here before: /Library/Server/Web/Data/CGI-Executables/WebCatalogEngine/webdna.conf I think at one point and here /Library/Server/Web/Data/WebApps but is the CGI-Executables in the correct place? anyway, when I see it and the monitor in my monitor, but when I try and view preferences etc. in the admin, I get the requested cgi-bin can't be found... I am close but no cigar at the moment. any help would be greatly appreciated. thanks. d. On Sat, Nov 2, 2013 at 9:13 PM, C. Frank Wolfe wrote: > > > > Hi, > > > > Wondering if anyone knows if I am going to have problems if I upgrade my > development machine (Mac Mini) with WebDNA 6.2 and OS 10.7.5. to Mavericks. > > > > Think 6.2 will still work, or am I going to have to bite the bullet and > install 7.1? > > > > Thanks, > > > > frank > > > > --------------------------------------------------------- > 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 > -- David Bastedo Ten Plus One Communications Inc. http://www.10plus1.com 416.277.4499 --047d7b624e965bb28204f0b21eec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey all,

I am trying= to get 6.2 working on Maverick - mini-mac server - actually, I have it run= ning -=A0 I just don't seem to be able to get the alias's right to = get it working on a page.

At one point I had the cgi working and a serial number in and wor= king, but it wouldn't run on a page.

I've been back an= d forth a couple of times and know I am close.

this was a fres= h install

I have the httpd_server_app.conf right I think . . .

= <IfModule alias_module>
=A0=A0=A0 #
=A0=A0=A0 # Redirect: Allow= s you to tell clients about documents that used to
=A0=A0=A0 # exist in= your server's namespace, but do not anymore. The client
=A0=A0=A0 # will make a new request for the document at its new location.=A0=A0=A0 # Example:
=A0=A0=A0 # Redirect permanent /foo http://www.example.com/bar

=A0=A0=A0 #=
=A0=A0=A0 # Alias: Maps web paths into filesystem paths and is used to<= br> =A0=A0=A0 # access content that does not live under the DocumentRoot.
= =A0=A0=A0 # Example:
=A0=A0=A0 # Alias /webpath /full/filesystem/path=A0=A0=A0 #
=A0=A0=A0 # If you include a trailing / on /webpath then th= e server will
=A0=A0=A0 # require it to be present in the URL.=A0 You wi= ll also likely
=A0=A0=A0 # need to provide a <Directory> section to allow access to<= br>=A0=A0=A0 # the filesystem path.

=A0=A0=A0 #
=A0=A0=A0 # Scrip= tAlias: This controls which directories contain server scripts.
=A0=A0= =A0 # ScriptAliases are essentially the same as Aliases, except that
=A0=A0=A0 # documents in the target directory are treated as applications a= nd
=A0=A0=A0 # run by the server when requested rather than as documents= sent to the
=A0=A0=A0 # client.=A0 The same rules about trailing "= /" apply to ScriptAlias
=A0=A0=A0 # directives as to Alias.
=A0=A0=A0 #
=A0=A0=A0 ScriptAlias= Match ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/Server/Web/Data/Sit= es/CGI-Executables/$1"
</IfModule>

#
# "/Libra= ry/WebServer/CGI-Executables" should be changed to whatever your Scrip= tAliased
# CGI directory exists, if you have that configured.
#
<Directory = "/Library/Server/Web/Data/Sites/CGI-Executables">
=A0=A0=A0= AllowOverride None
=A0=A0=A0 Options None
=A0=A0=A0 Order allow,deny=
=A0=A0=A0 Allow from all
</Directory>

and then

Include /Li= brary/Server/Web/Data/Sites/CGI-Executables/WebCatalogEngine/webdna.conf
I had it here before: /Library/Server/Web/Data/CGI-Executab= les/WebCatalogEngine/webdna.conf I think at one point
and here /Library/Server/Web/Data/WebApps

but is the CGI-Executables in the correct place?

anywa= y, when I see it and the monitor in my monitor, but when I try and view pre= ferences etc. in the admin, I get the requested cgi-bin can't be found.= .. I am close but no cigar at the moment.

any help would be greatly appreciated.

thanks.
d.





On Sat, Nov 2, 2013 at 9:13 PM, C. Fran= k Wolfe <frank@cwolfe.com> wrote:
>
> Hi,
>
> Wondering if anyone knows if I am going to have problems if I upgrade = my development machine (Mac Mini) with WebDNA 6.2 and OS 10.7.5. to Maveric= ks.
>
> Think 6.2 will still work, or am I going to have to bite the bullet an= d install 7.1?
>
> Thanks,
>
> frank
>

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



--
David Bastedo
<= div style=3D"font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-seri= f">

Ten Plus One Commu= nications Inc.
http://www.10plus1.com=
416.277.4499

--047d7b624e965bb28204f0b21eec-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Jim Lanford 2014)
  2. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (David Bastedo 2014)
  3. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Jim Lanford 2014)
  4. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (David Bastedo 2014)
  5. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Tom Duke 2014)
  6. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (David Bastedo 2014)
  7. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (David Bastedo 2014)
  8. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (William DeVaul 2013)
  9. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Christer Olsson 2013)
  10. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (William DeVaul 2013)
  11. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (William DeVaul 2013)
  12. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks ("C. Frank Wolfe" 2013)
  13. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Tom Duke 2013)
  14. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (frank@cwolfe.com 2013)
  15. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Stuart Tremain 2013)
  16. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (frank@cwolfe.com 2013)
  17. Re: [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (Stuart Tremain 2013)
  18. [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks ("C. Frank Wolfe" 2013)
--047d7b624e965bb28204f0b21eec Content-Type: text/plain; charset=ISO-8859-1 Hey all, I am trying to get 6.2 working on Maverick - mini-mac server - actually, I have it running - I just don't seem to be able to get the alias's right to get it working on a page. At one point I had the cgi working and a serial number in and working, but it wouldn't run on a page. I've been back and forth a couple of times and know I am close. this was a fresh install I have the httpd_server_app.conf right I think . . . # # Redirect: Allows you to tell clients about documents that used to # exist in your server's namespace, but do not anymore. The client # will make a new request for the document at its new location. # Example: # Redirect permanent /foo http://www.example.com/bar # # Alias: Maps web paths into filesystem paths and is used to # access content that does not live under the DocumentRoot. # Example: # Alias /webpath /full/filesystem/path # # If you include a trailing / on /webpath then the server will # require it to be present in the URL. You will also likely # need to provide a section to allow access to # the filesystem path. # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. The same rules about trailing "/" apply to ScriptAlias # directives as to Alias. # ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/Server/Web/Data/Sites/CGI-Executables/$1" # # "/Library/WebServer/CGI-Executables" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. # AllowOverride None Options None Order allow,deny Allow from all and then Include /Library/Server/Web/Data/Sites/CGI-Executables/WebCatalogEngine/webdna.conf I had it here before: /Library/Server/Web/Data/CGI-Executables/WebCatalogEngine/webdna.conf I think at one point and here /Library/Server/Web/Data/WebApps but is the CGI-Executables in the correct place? anyway, when I see it and the monitor in my monitor, but when I try and view preferences etc. in the admin, I get the requested cgi-bin can't be found... I am close but no cigar at the moment. any help would be greatly appreciated. thanks. d. On Sat, Nov 2, 2013 at 9:13 PM, C. Frank Wolfe wrote: > > > > Hi, > > > > Wondering if anyone knows if I am going to have problems if I upgrade my > development machine (Mac Mini) with WebDNA 6.2 and OS 10.7.5. to Mavericks. > > > > Think 6.2 will still work, or am I going to have to bite the bullet and > install 7.1? > > > > Thanks, > > > > frank > > > > --------------------------------------------------------- > 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 > -- David Bastedo Ten Plus One Communications Inc. http://www.10plus1.com 416.277.4499 --047d7b624e965bb28204f0b21eec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey all,

I am trying= to get 6.2 working on Maverick - mini-mac server - actually, I have it run= ning -=A0 I just don't seem to be able to get the alias's right to = get it working on a page.

At one point I had the cgi working and a serial number in and wor= king, but it wouldn't run on a page.

I've been back an= d forth a couple of times and know I am close.

this was a fres= h install

I have the httpd_server_app.conf right I think . . .

= <IfModule alias_module>
=A0=A0=A0 #
=A0=A0=A0 # Redirect: Allow= s you to tell clients about documents that used to
=A0=A0=A0 # exist in= your server's namespace, but do not anymore. The client
=A0=A0=A0 # will make a new request for the document at its new location.=A0=A0=A0 # Example:
=A0=A0=A0 # Redirect permanent /foo http://www.example.com/bar

=A0=A0=A0 #=
=A0=A0=A0 # Alias: Maps web paths into filesystem paths and is used to<= br> =A0=A0=A0 # access content that does not live under the DocumentRoot.
= =A0=A0=A0 # Example:
=A0=A0=A0 # Alias /webpath /full/filesystem/path=A0=A0=A0 #
=A0=A0=A0 # If you include a trailing / on /webpath then th= e server will
=A0=A0=A0 # require it to be present in the URL.=A0 You wi= ll also likely
=A0=A0=A0 # need to provide a <Directory> section to allow access to<= br>=A0=A0=A0 # the filesystem path.

=A0=A0=A0 #
=A0=A0=A0 # Scrip= tAlias: This controls which directories contain server scripts.
=A0=A0= =A0 # ScriptAliases are essentially the same as Aliases, except that
=A0=A0=A0 # documents in the target directory are treated as applications a= nd
=A0=A0=A0 # run by the server when requested rather than as documents= sent to the
=A0=A0=A0 # client.=A0 The same rules about trailing "= /" apply to ScriptAlias
=A0=A0=A0 # directives as to Alias.
=A0=A0=A0 #
=A0=A0=A0 ScriptAlias= Match ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/Server/Web/Data/Sit= es/CGI-Executables/$1"
</IfModule>

#
# "/Libra= ry/WebServer/CGI-Executables" should be changed to whatever your Scrip= tAliased
# CGI directory exists, if you have that configured.
#
<Directory = "/Library/Server/Web/Data/Sites/CGI-Executables">
=A0=A0=A0= AllowOverride None
=A0=A0=A0 Options None
=A0=A0=A0 Order allow,deny=
=A0=A0=A0 Allow from all
</Directory>

and then

Include /Li= brary/Server/Web/Data/Sites/CGI-Executables/WebCatalogEngine/webdna.conf
I had it here before: /Library/Server/Web/Data/CGI-Executab= les/WebCatalogEngine/webdna.conf I think at one point
and here /Library/Server/Web/Data/WebApps

but is the CGI-Executables in the correct place?

anywa= y, when I see it and the monitor in my monitor, but when I try and view pre= ferences etc. in the admin, I get the requested cgi-bin can't be found.= .. I am close but no cigar at the moment.

any help would be greatly appreciated.

thanks.
d.





On Sat, Nov 2, 2013 at 9:13 PM, C. Fran= k Wolfe <frank@cwolfe.com> wrote:
>
> Hi,
>
> Wondering if anyone knows if I am going to have problems if I upgrade = my development machine (Mac Mini) with WebDNA 6.2 and OS 10.7.5. to Maveric= ks.
>
> Think 6.2 will still work, or am I going to have to bite the bullet an= d install 7.1?
>
> Thanks,
>
> frank
>

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



--
David Bastedo
<= div style=3D"font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-seri= f">

Ten Plus One Commu= nications Inc.
http://www.10plus1.com=
416.277.4499

--047d7b624e965bb28204f0b21eec-- David Bastedo

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:

free "Image Viewer" widget (2004) 2cd pair of eyes (2003) lookup and two records? (1997) NT Woes (1997) Listserver problem (1997) Unique value creation (1999) serial number (1998) WC1.6 to WC2 date formatting (1997) no time stamp & different times from emailer (1998) Big Databases (1997) Requiring that certain fields be completed (1997) Apple event reply error (-1) (1997) simple answer? [hideif] (1997) why .HTML pages no processing? (2000) RE: How to verify email address (1997) Retrospect Backup Misses Empty Folders (2000) Initiating NewCart (1997) emailer (1997) RAM variables (1997) Design Help Needed (1998)