Re: web server

  • From: "Marlon Brandão de Sousa" <splyt.lists@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Mon, 24 Sep 2007 11:40:16 -0300

Hello Teddy,
Yes, you did miss it. Please give me some time and I'll post it again.
The scripts are also ready for deploiment, so I am gonna take a jsx
lesson and make it available for everyone to use.
You said you are afraid because you'll get a point in which jaws won't
tell anything. Well, as I said, I use my virtual machine through ssh
and samba, so I don't see what could be this point.
I am still researching a lot and aving several dificulties in trying
to use linux with ubuntu in a virtual machine, mainly in the
instalation process, so I won't be able to give support on this topic
for now, but this is not the recomended aproach in this case.
You will be deploying your application to a server, so you have to
build a virtual machine set up as a server. Ubuntu, in my opinion, is
not the better distribution to do that. I have a virtual machine with
slackware 12 installed, with no support to gui systems, which is a
good server and with no screen reader set up. I jjust power it, then
open a ssh on my windows and start controlling it.
I set up samba and can have access to its file system through my
windows and use my preferred editors to write code, and use the ssh to
compile and administer the system.
I needed sighted help to install it, but it tooke less than a half of hour.
If you want please feel free to send me your msn contact and I can
help you to achieve that.
Marlon

2007/9/24, Octavian Rasnita <orasnita@xxxxxxxxx>:
> Apache 1.3 doesn't work with mod_perl 2 so I would need to use an older
> version of mod_perl, but I need to use mod_perl2 on the production server.
>
> Yes now I really want to try installing a VMWare with Linux, but I am afraid
> to do it, because I saw that I might reach on a point in which Jaws doesn't
> speak anything, and I might don't know what to do.
>
> But I think it is the best solution, maybe a better one even than running
> Apache under Windows.
>
> In a certain message I read that you will provide some step by step details
> about installing Linux with VMWare, but I didn't see such an instruction
> list. Did I miss it?
>
> Thank you.
>
> Octavian
>
> ----- Original Message -----
> From: "Marlon Brandão de Sousa" <splyt.lists@xxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Monday, September 24, 2007 2:56 PM
> Subject: Re: web server
>
>
> Teddy,
> You could try using apache 1.3 series and see what happens. I would
> also strongly recomend you to install a linux virtual machine now that
> you have a new comp and do all the developement under it, cinse you
> would not need to worry about anything else when running it in a
> server.
> I installed the linux virtual machine and used samba to map its file
> system to a folder on the windows one, so I can use whatever editor I
> want (cinse they suport unix line ending conventions), and ssh to
> compile or run stuff.
> Marlon
> 2007/9/24, Octavian Rasnita <orasnita@xxxxxxxxx>:
> > I've searched a lot about those errors, and I found that Apache folks tell
> > that other programs like the antiviruses handle the WinSock incorrectly,
> > and
> > that's why they make Apache not work correctly, but I also found that
> > Nod32
> > folks say that Apache is not using the WinSock correctly and that's why it
> > is not working.
> >
> > Anyway, I have uninstalled the antivirus, and the problem still persists.
> >
> > So I will try to install Apache and perl on a FAT32 partition because this
> > is the way I used them under the old computer, and now I am using NTFS.
> >
> > I think I will also try to uninstall Java Access Bridge, .net runtime, or
> > even the 2 versions of Visual Studio, and try to see if Apache will work.
> >
> > If I will ask on the Apache mailing list they will tell me that there is a
> > problem with the Catalyst app, because it works without it.
> >
> > If I'll ask on the Catalyst mailing list, they won't respond, or they will
> > recommend me to use Linux and not Windows.
> >
> > The problem is that my computer could have bigger issues, because I've
> > installed other 2 web servers and they don't work.
> >
> > I've install a web server named MyServer and it worked fine, but even
> > without doing anything else on the computer, Visual Studio debugger popped
> > up a Window telling that MyServer encountered an error, and of course,
> > MyServer closed.
> > This happend aproximately 15 minutes after I started the server.
> >
> > I've installed another one named PI3Web but it gave some strange errors
> > right when I tried to start it. Those error messages use to appear one
> > after
> > another (the same message) like in a continuous loop, so I needed to close
> > that server from the Task Manager.
> >
> > So I've uninstalled them both.
> >
> > I don't know if these have something to do with the fact that now I use a
> > X64 processor and a Win 32 operating system, or what else could be wrong.
> >
> >
> >
> >
> > Octavian
> >
> > ----- Original Message -----
> > From: "Marlon Brandão de Sousa" <splyt.lists@xxxxxxxxx>
> > To: <programmingblind@xxxxxxxxxxxxx>
> > Sent: Monday, September 24, 2007 3:32 AM
> > Subject: Re: web server
> >
> >
> > Hello,
> > I recomend asking folks on apache and your application sites about
> > this. I can't recall things that would make the main thread to kill
> > children, you perhaps discovered some vulnerability I am sure apache
> > developpers would like to hear of.
> > Other than this, the apache 2.x and 2.2 branches has had some problem
> > with php modules, may be mmod_perl also has something related to this.
> > Try to ask anyway, because this problem doesn' seen to be trivial.
> > hth
> > Marlon
> >
> > p.s. Did you change apache and mod_perl version in your new computer?
> > And what are the configurations changes on it?
> >
> > 2007/9/23, Octavian Rasnita <orasnita@xxxxxxxxx>:
> > > Hi Marlon,
> > >
> > > I've tried to solve the problems with Apache for a few days, but without
> > > any
> > > result. I have a new computer and I cannot make it work on it.
> > >
> > > The server installed fine, without any problem, and I can start it and
> > > view
> > > simple pages with it.
> > > I also can run CGI scripts and even mod_perl handlers and it works fine.
> > >
> > > The problem is that it doesn't want to start if I have an application
> > > that
> > > uses Catalyst framework, but the worst thing is that it doesn't always
> > > refuse to start. Sometimes it works ok, but very rarely.
> > >
> > > The application works fine and I can use it with its internal test web
> > > server, and as I said, sometimes it worked with Apache.
> > >
> > > If I want to start the web server, it appears a debug window (I guess
> > > because I have VS.net or VS 6 installed). After I click ok on that
> > > window
> > > the server continues to try starting, but after a few seconds it closes
> > > and
> > > it says that it cannot start.
> > >
> > > Sometimes it prints some errors in the error log telling that the child
> > > thread received a kill signal from the main thread and no other clearer
> > > message, and now it doesn't print anything in the error log, but just
> > > refuses to start.
> > >
> > > I've installed the server for a few times, with and without SSL support,
> > > but
> > > with no effect. I heard that the antiviruses and antispyware programs
> > > can
> > > make Apache to not start, so I've uninstalled nod32, but with no effect.
> > >
> > > So I don't know what else I could do.
> > >
> > > Thanks.
> > >
> > > Octavian
> > >
> > > ----- Original Message -----
> > > From: "Marlon Brandão de Sousa" <splyt.lists@xxxxxxxxx>
> > > To: <programmingblind@xxxxxxxxxxxxx>
> > > Sent: Sunday, September 23, 2007 6:40 PM
> > > Subject: Re: web server
> > >
> > >
> > > > The best advise I give you is solving your apache problems and using
> > > > it. The only server equals or even better than apache I know of is one
> > > > called apache.
> > > > If you need help to set it ask.
> > > > Marlon
> > > >
> > > > 2007/9/23, Jim <jhomme1028@xxxxxxxxx>:
> > > >> Hi Teddy,
> > > >> IISs might do a good job for you. Did you take a look at Perlis, part
> > > >> of
> > > >> ActiveState Perl? I probably spelled the product name incorrectly.
> > > >>
> > > >> Tanks.
> > > >>
> > > >> Jim
> > > >> __________
> > > >> Take back your shopping life at http://tinyurl.com/32rsxz
> > > >>
> > > >> ----- Original Message -----
> > > >> From: "Octavian Rasnita" <orasnita@xxxxxxxxx>
> > > >> To: <programmingblind@xxxxxxxxxxxxx>
> > > >> Sent: Sunday, September 23, 2007 10:44 AM
> > > >> Subject: web server
> > > >>
> > > >>
> > > >> > Hi,
> > > >> >
> > > >> > Can anyone recommend a good web server other than Apache?
> > > >> >
> > > >> > I have some problems starting Apache under Windows and I want to
> > > >> > try
> > > >> > using
> > > >> > another server, but it should handle FastCGI.
> > > >> >
> > > >> > Thanks.
> > > >> >
> > > >> > Octavian
> > > >> >
> > > >> > __________
> > > >> > View the list's information and change your settings at
> > > >> > //www.freelists.org/list/programmingblind
> > > >> >
> > > >>
> > > >> __________
> > > >> View the list's information and change your settings at
> > > >> //www.freelists.org/list/programmingblind
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > When you say "I wrote a program that crashed Windows," people just
> > > > stare at you blankly and say "Hey, I got those with the system, for
> > > > free."
> > > > Linus Torvalds
> > > > __________
> > > > View the list's information and change your settings at
> > > > //www.freelists.org/list/programmingblind
> > > >
> > >
> > > __________
> > > View the list's information and change your settings at
> > > //www.freelists.org/list/programmingblind
> > >
> > >
> >
> >
> > --
> > When you say "I wrote a program that crashed Windows," people just
> > stare at you blankly and say "Hey, I got those with the system, for
> > free."
> > Linus Torvalds
> > __________
> > View the list's information and change your settings at
> > //www.freelists.org/list/programmingblind
> >
> > __________
> > View the list's information and change your settings at
> > //www.freelists.org/list/programmingblind
> >
> >
>
>
> --
> When you say "I wrote a program that crashed Windows," people just
> stare at you blankly and say "Hey, I got those with the system, for
> free."
> Linus Torvalds
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> //www.freelists.org/list/programmingblind
>
>


-- 
When you say "I wrote a program that crashed Windows," people just
stare at you blankly and say "Hey, I got those with the system, for
free."
Linus Torvalds
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: