[Webware-discuss] Webware/Apache/Mac OS X

2002-06-18 Thread Gary Perez
any idea what I'm missing/overlooking or anything at all? Thanks in advance! -Gary Perez Bringing you mounds of caffeinated joy http://thinkgeek.com/sf

Re: [Webware-discuss] Zope vs Webware (Not Really)

2003-06-11 Thread Gary Perez
Hi, Chris. I muddle my way through both Zope and Webware almost daily. I'm neither a novice nor an expert with either. With mod_webkit, you get to take advantage of Apache's built-in functionality. If mod_ssl is installed/configured, then secure stuff dynamically generated through webkit is a

Re: [Webware-discuss] RE: Anyone seen WebKit processes going into a weird state?

2003-08-10 Thread Gary Perez
Various installations of WebKit's application server (via mod_webkit) on separate machines go to lunch sometimes. I've never gone so far as to troubleshoot or faultfind to pinpoint the problem. I use a cronjob Python script to call a specific URL once every five minutes, and if it returns the

[Webware-discuss] WebKit on OS X (Panther) Instructions

2004-08-03 Thread Gary Perez
Hi, all. Just in case anyone is interested in running WebKit on an OS X machine, I've posted pretty thorough instructions on how to do it. OS X 10.3.4 (Panther) or OS X Server 10.3.4 with Apache/1.3.29 (Darwin), Python 2.3 and Webware 0.8.1. They cover initial installation, config. of

Re: [Webware-discuss] Installing on MacOS X

2004-08-08 Thread Gary Perez
Sounds like there's got to be a path problem somewhere. Looking at the code in my /Library/WebServer/CGI-Executables/WebKit.cgi, I can tell it's the module generating the error. Did you create a WebKit runtime directory or are you running the AppServer straight out of the install directory?

Re: [Webware-discuss] Webware and MacOS X server

2005-04-29 Thread Gary Perez
explained at the URL above). HTH, -Gary -- Gary Perez :: [EMAIL PROTECTED] Mktg/MIS :: 703-471-2104 x108 Advanced Simulation Technology inc. http://www.asti-usa.com/ On Apr 29, 2005, at 10:44 AM, Mark Phillips wrote: I have created a Startup Item for macos x server 10.3.9 that invokes a shell script

Re: [Webware-discuss] Question about .py files and .pyc files

2006-01-06 Thread Gary Perez
___ Webware-discuss mailing list Webware-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-discuss -- Gary Perez Advanced Simulation Technology inc. [EMAIL PROTECTED] http://www.asti-usa.com

Re: [Webware-discuss] Webware/Apache Threading Problem?

2006-09-13 Thread Gary Perez
to me. At Chris' suggestion, removing the chdir calls in the two modules fixes the problem, and everything works as expected. Thanks again, -Gary On Sep 7, 2006, at 1:16 PM, Gary Perez wrote: Hello all, I've searched through all the past mailing list archives scoured the web looking

Re: [Webware-discuss] Webware/Apache Threading Problem?

2006-09-14 Thread Gary Perez
On Sep 14, 2006, at 1:53 PM, Mark Phillips wrote: On Sep 13, 2006, at 10:16 AM, Gary Perez wrote: At Chris' suggestion, removing the chdir calls in the two modules fixes the problem, and everything works as expected. What did you do? or where did you move it to? Parts of my file upload

[Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-06-01 Thread Gary Perez
Hi all, I've been receiving email notifications for this type of error (traceback at the end) since going live with one of my Webware-based sites back in October. Only recently has it ramped up to be troublesome. The AssertionError happens every time, but the URL shown in the traceback

Re: [Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-06-01 Thread Gary Perez
On Jun 1, 2009, at 5:30, Christoph Zwerschke wrote: Gary Perez schrieb: I looked up this proxy5/check.php thing in Google it indicates (?) some type of proxy abuse (led me to: http://wiki.apache.org/ httpd/ ProxyAbuse). So I changed the config. in httpd.conf, but that only seemed to generate

Re: [Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-06-02 Thread Gary Perez
:08 -0400] GET http://88.80.7.248/ pp/anp.php?a=UV%5CHWQFY%40L%5CUEZb=1155c=88a8 HTTP/1.1 404 285 - Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) On Jun 2, 2009, at 2:15, Christoph Zwerschke wrote: Gary Perez schrieb: I'm surprised nobody has had this happen before. Googling

Re: [Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-06-08 Thread Gary Perez
. Is it possible to install the new version of Webware then point the existing appworkdir to it in place of the older version? Or should it be run again to create a fresh appworkdir, copy context directories reconfigure? Thanks, -Gary On Jun 2, 2009, at 4:57, Christoph Zwerschke wrote: Gary Perez

Re: [Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-06-30 Thread Gary Perez
way to fix the problem, I'd certainly welcome them. Thanks, -Gary On Jun 8, 2009, at 4:27, Christoph Zwerschke wrote: Gary Perez schrieb: I use MakeAppWorkDir.py after each (new) installation. Is it possible to install the new version of Webware then point the existing appworkdir

Re: [Webware-discuss] Recurring AssertionErrors from URLParser.py

2009-07-01 Thread Gary Perez
Wouldn't you know? This morning, I got another AssertionError... this time from http://ipaddress:8081/. I've turned off the EnableHTTP altogether. Thanks for pointing that out. On Jun 30, 2009, at 2:48, Christoph Zwerschke wrote: Gary Perez schrieb: Upon closer inspection of the emailed