What is the appropriate Windows XP or later way to summon a remote communications process that would be analogous to inetd on Unix/Linux? For example, how does VNC client connect to the VNC server on Windows? I have an application on Linux that I want to port to Windows XP, this application is a client-server architecture where the client summons the server using inetd.
WilliamKF's questions
When I try to install v2.2.19 it complains that another version is already installed.
Is it correct to uninstall v2.2.18 and then install 2.2.19? Will doing so mess with my configuration files that I set up using v2.2.18? I wish to retain these going to v2.2.19.
I have a machine running Apache HTTP server which works fine hosting the website for all machines except itself. When trying to load itself, I get the following error in Firefox:
The connection has timed out
The server at www.someDomain.com is taking too long to respond.
It also fails when I use the ip address that the domain resolves too. Using localhost works fine.
What is going wrong that loop back to self does not working beyond localhost? How can I debug this?
I'm trying to add AWStats to my working Apache website. But when I go to my perl script it fails:
http://localhost/awstats/awstats.pl?config=my.domain.here
I get this error 500 in the browser:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have the following error log entries
[Mon Feb 01 19:59:48 2010] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified. : couldn't create child process: 720002: awstats.pl
[Mon Feb 01 19:59:48 2010] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified. : couldn't spawn child process: C:/Program Files/AWStats/wwwroot/cgi-bin/awstats.pl
I thought it was maybe due to cgi not being enabled, so I added this to my config file:
ScriptAlias /cgi-bin/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"
<Directory "C:/Program Files/AWStats/wwwroot/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
But that didn't seem to help. Note that AWStats inserted the following at the end of the config file:
Alias /awstatsclasses "C:/Program Files/AWStats/wwwroot/classes/"
Alias /awstatscss "C:/Program Files/AWStats/wwwroot/css/"
Alias /awstatsicons "C:/Program Files/AWStats/wwwroot/icon/"
ScriptAlias /awstats/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"
Note that localhost seems to go to my first virtual entry:
<VirtualHost *:80>
DocumentRoot "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\myDomain"
ServerName my.domain.here
Redirect /index.html http://my.domain.here/myDirectory
Please suggest what might be going wrong.
Thanks.
What is an easy way to count downloads of an image file so that I can count how many times my Craigslist ad is read to see how often that converts to a hit on my site? This is for windows-7 running Apache v2.2.
Ideal would be to create a webpage on my server that is for internal consumption that lists the number of page hits.
I am using apache 2.2 on windows-7 and would like to know when traffic comes to my website, where the clicks are originating from. What is an easy way to do this with Apache v2.2?
I'd like to have a redirection web page from one page to another so that I can have two names for the same web page on my server. I tried creating a windows shortcut, but that did not work. Please suggest how to have one page be a pointer to another.
So the following two would be the same without duplicating a page's definition, but instead by linking:
http://www.domain.com/something/index.html
http://www.domain.com/index.html
Linksys has flashed my t-mobile branded router model number WRTU54G-TM from v1.0.15 to v1.0.20 and in doing so broken all the port forwarding. I tried reflashing it back to v1.0.15 and that fixes the problem for a couple minutes before the vendor reflashes it to v1.0.20 again. The issue is that on the port forwarding page, the 192.168.0.[fill in] fields are now all filled in with the full path so you get 192.168.0.[192.168.0.123] where it used to have 192.168.0.[123] and it doesn't work.