WebServerPuppy upgrade or a new puplet??

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

WebServerPuppy upgrade or a new puplet??

#1 Post by maans »

Hi PuppyWizards (PuppyMartin in particular)

I'm trying to setup TiddlySpace see my project: PuppySpace and it needs Python and Apache -
I also need the packages: build-essential, python-dev and libmysqlclient-dev to make everything work, however I can't find these things without Lucids packagemanager and the ability to fetch newest tools from the repositories...

I'd also like to use newest browsers: Google Chrome and/or Firefox.

I'd love to see a small and lean distro like BrowserLinux with the packagemanager from Lucid 5.11 + options to add either Hiawatha webserver or Apache and MySql and phpMyAdmin...

My project should end out as a small webserver with TiddlySpace already setup ...

Any advice is apreciated..

Cheers Måns Mårtensson

maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

Re: WebServerPuppy upgrade or a new puplet??

#2 Post by maans »

maans wrote:Hi PuppyWizards (PuppyMartin in particular)

I'm trying to setup TiddlySpace see my project: PuppySpace and it needs Python and Apache -
I also need the packages: build-essential, python-dev and libmysqlclient-dev to make everything work, however I can't find these things without Lucids packagemanager and the ability to fetch newest tools from the repositories...
As you can read here I have already tried with Hiawatha and the lamp.pet however it seems that I *have* to use Apache as there are specialized python modules for Apache which are needed for a TiddlySpace installation. See here

Cheers Måns Mårtensson

User avatar
puppymartin
Posts: 207
Joined: Sun 29 Mar 2009, 18:59
Location: The Netherlands
Contact:

#3 Post by puppymartin »

No updates, sorry. I use Browserlinux and Xampp for testing websites.

Xampp:

EDIT
Download Xampp:
http://www.apachefriends.org/download.p ... .3a.tar.gz
Extract en put the map "lampp" in map /opt

Maybe you like my Xampp-control-pet:
Attachments
xampp_control.png
(42.87 KiB) Downloaded 2182 times
Xampp_control-1.0.pet
(45.8 KiB) Downloaded 609 times

scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

#4 Post by scsijon »

Please, sorry but, you need to cleanup your puppyspace site, it looks horrible in firefox 3.6.10 at 1024x768.

however on topic, python is mentioned in barry's blog as well as one of the message topics (http://murga-linux.com/puppy/viewtopic.php?t=52163); libmysqlclient-dev is somewhere in the puppy4 tree (maybe 4.3.1 or was it 4.4 or one of the other puppy projects or derivative versions) not sure what version you want but you may be able to use that one.

regards
scsijon

update: one link added, one yet to find

maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

#5 Post by maans »

puppymartin wrote:No updates, sorry. I use Browserlinux and Xampp for testing websites.
Xampp:
EDIT
Download Xampp:
http://www.apachefriends.org/download.p ... .3a.tar.gz
Extract en put the map "lampp" in map /opt

Maybe you like my Xampp-control-pet:
Thanks a lot PuppyMartin :D I like your Xampp-control-pet very much :D
I found a xamp-1.7.3_511.sfs somewhere - and I use that when booting Puppy.
My Puppy version is 5.10 so I renamed it to xamp-1.7.3_510.sfs..
It seems to have been incorporated, however I get this errormessage, when clicking Localhost:

Code: Select all

"Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 Server at localhost Port 80"
Errorlog says:

Code: Select all

"[Wed Oct 20 01:02:08 2010] [notice] suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Wed Oct 20 01:02:08 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Oct 20 01:02:08 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Oct 20 01:02:08 2010] [notice] Digest: generating secret for digest authentication ...
[Wed Oct 20 01:02:08 2010] [notice] Digest: done
[Wed Oct 20 01:02:09 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Oct 20 01:02:09 2010] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Wed Oct 20 01:02:09 2010] [notice] Apache/2.2.14 (Unix) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Wed Oct 20 01:02:28 2010] [error] [client 127.0.0.1] (13)Permission denied: access to / denied
[Wed Oct 20 01:02:28 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied
[Wed Oct 20 01:02:29 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /favicon.ico denied
[Wed Oct 20 01:02:29 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied
[Wed Oct 20 01:18:50 2010] [error] [client 127.0.0.1] (13)Permission denied: access to / denied
[Wed Oct 20 01:18:50 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied
[Wed Oct 20 01:18:50 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /favicon.ico denied
[Wed Oct 20 01:18:50 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied"
Do you know what is going on?

Cheers Måns Mårtensson

maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

#6 Post by maans »

scsijon wrote:Please, sorry but, you need to cleanup your puppyspace site, it looks horrible in firefox 3.6.10 at 1024x768.
Sorry - I'm not sure I can make much better than it is just now - if it's the menu to the right which messes things up for you? ( I've noticed that its looking bad in some versions of Firefox (I'm using Chromium myself)...
It's a javascript wiki (can be run standalone locally, It's just 1 standalone htmlfile - and it saves back to itself - quite handy actually) - see more here: http://tiddlywiki.com.
You can download my puppystudioWiki and make your own version.
Because it is a special TiddlySpace brand - I would recommend downloading an empty TiddyWiki document from http://tiddlywiki.com - and import all "non-system tiddlers" from http://puppystudio.tiddlyspace.com. This way you'll get your own local copy.
I will create a new puppysstudio site here: http://puppystudio.tiddlyspot.com. Which can be downloaded directly without any modifications needed on your part.
You'll have to wait a little (a couple of days) untill I've finished the job.
I will try to create another theme (more browseragnostic - hopefully) and make it even easier to navigate...
scsijon wrote: however on topic, python is mentioned in barry's blog as well as one of the message topics (http://murga-linux.com/puppy/viewtopic.php?t=52163); libmysqlclient-dev is somewhere in the puppy4 tree (maybe 4.3.1 or was it 4.4 or one of the other puppy projects or derivative versions) not sure what version you want but you may be able to use that one.
Ok - Thanks. I will investigate..

Cheers Måns Mårtensson

maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

#7 Post by maans »

scsijon wrote:Please, sorry but, you need to cleanup your puppyspace site, it looks horrible in firefox 3.6.10 at 1024x768.

I've made another version (another theme) and put it on tiddyspot:
PuppyStudio in english.
You can downoad it - and make any changes to it - as you please.
With Firefox there's no problems when saving changes locally - (Chromium needs an extra file put in the same directory.. - ask if you need it - or check http://tiddlywiki.com)
Download PuppyStudioWiki
scsijon wrote:however on topic, python is mentioned in barry's blog as well as one of the message topics (http://murga-linux.com/puppy/viewtopic.php?t=52163); libmysqlclient-dev is somewhere in the puppy4 tree (maybe 4.3.1 or was it 4.4 or one of the other puppy projects or derivative versions) not sure what version you want but you may be able to use that one.
Seems like the python.pet is hosted here: Ibiblio.org - python-2.4.3.pet
Cheers Måns Mårtensson

maans
Posts: 55
Joined: Thu 07 Jan 2010, 18:56
Location: Denmark

#8 Post by maans »

maans wrote: Seems like the python.pet is hosted here: Ibiblio.org - python-2.4.3.pet
I've got python-2.6.4-i386.pet installed (I don't remember wherefrom) and it works, however Barry's i486 doesn't work in my usecase...
Cheers Måns Mårtensson

Post Reply