Search Results

Showing results 1 to 39 of 39
Search took 0.01 seconds.
Search: Posts Made By: blud ; Forum: Linux Servers and Apache and child forums
Forum: Linux Servers and Apache 18 Days Ago
Replies: 2
Views: 433
Posted By blud
I'm not 100% posative, but this line:
host1: 192.168.1.2

looks wrong, it should just be:
host1:


and make sure you have 'host1' in your /etc/hosts file with the right ip.
Forum: Linux Servers and Apache Jun 23rd, 2009
Replies: 3
Views: 529
Posted By blud
Usually shared hosts will allow you to have access to your own 'error_log' since most websites have their own virtual hosts, this shouldn't really be a problem. AFAIK there shouldn't be any issues...
Forum: Linux Servers and Apache Jun 23rd, 2009
Replies: 2
Views: 806
Posted By blud
Usually, the apache logs are pretty good about telling you when they have resource problems. The system can still have 5GB of ram free, because most of those apache processes are using 'shared...
Forum: Linux Servers and Apache Jun 23rd, 2009
Replies: 3
Views: 529
Posted By blud
What are the apache logs telling you? They usually give at least some error which will at least it will tell us where to *start* looking.
Forum: Linux Servers and Apache Jun 23rd, 2009
Replies: 2
Views: 801
Posted By blud
So, basically starting off reading your rule, it says:
If someone accesses this site that is *NOT* from http://site.net
Then redirect them to http://site.net/string

Maybe removing the 'NOT' is...
Forum: Linux Servers and Apache Dec 19th, 2007
Replies: 4
Views: 5,857
Posted By blud
I want one >.<
Forum: Linux Servers and Apache Apr 8th, 2007
Replies: 5
Views: 3,611
Posted By blud
The 'stealing' part comes in when they change what kind of license it uses. BSD no longer provided the driver as GPL, which breaks the GPL. It's stealing if you don't give credit where credit is due....
Forum: Linux Servers and Apache Mar 16th, 2007
Replies: 4
News Story: RHEL 5 released
Views: 4,909
Posted By blud
Great, new material to study :-|
Forum: Linux Servers and Apache Mar 13th, 2007
Replies: 2
Views: 2,791
Posted By blud
The number of currently incomming requests can be found using netstat:
netstat -anp | grep :80

Just read the number where the destination address is your servers ip with the port 80.

To find...
Forum: Linux Servers and Apache Nov 27th, 2005
Replies: 4
Views: 5,051
Posted By blud
You can download a program known as 'active ports' which will show you what is using port 80.
Forum: Linux Servers and Apache Nov 25th, 2005
Replies: 2
Views: 4,486
Posted By blud
Well, as Dani said anyone with an account could write to the machine, this doesn't only limit it to users, web scripts also have access to 'an account' via the anonymous web user, which could cause...
Forum: Linux Servers and Apache Oct 11th, 2005
Replies: 4
Views: 2,695
Posted By blud
errr, did you miss this part of his post?

"Hi. I am running FC4 and I am trying to set up an intranet web server."
Forum: Linux Servers and Apache Oct 8th, 2005
Replies: 4
Views: 2,695
Posted By blud
If you added that line to the windows hosts file, you should be able to connect to the WebServer through the address. Question: Do you have the webserver set to listen on that ip on port 80?

A...
Forum: Linux Servers and Apache Oct 8th, 2005
Replies: 10
Views: 4,110
Posted By blud
There is a body known as internic which has been assigned the responsability of assigning domain names, every provider that sells domain names must purchase them from internic and pay the associated...
Forum: Linux Servers and Apache Aug 17th, 2005
Replies: 2
Views: 10,853
Posted By blud
You should be able to place both ports on the same configuration file then seperate the requests using a virtualhost entry.

Example:
NameVirtualhost 192.168.0.1:80
NameVirtualhost...
Forum: Linux Servers and Apache Jul 28th, 2005
Replies: 2
Views: 2,158
Posted By blud
This is typically either a setting in your source code, or the setting 'ServerName' in the httpd.conf file. You may want to check both locations. Let us know if that doesn't work :cool:
Forum: Linux Servers and Apache Jul 28th, 2005
Replies: 3
Views: 10,206
Posted By blud
First of all you will need to download the zip/tar/gz file that contains the game, most games come in one of these formats. Assuming you have ssh access *which is required to start most games*, you...
Forum: Linux Servers and Apache Jul 9th, 2005
Replies: 1
Views: 1,804
Posted By blud
For the web services, all you will really need to edit is the httpd.conf everything else will be done automatically, or by dyndns.

Currently http://httpd.apache.org is down, however when it comes...
Forum: Linux Servers and Apache May 21st, 2005
Replies: 1
Views: 18,655
Posted By blud
From the looks of the screenshot either the AddType and AddHandler for php was not added to the httpd.conf file, or apache wasn't restarted after they were added. You may just want to verify the...
Forum: Linux Servers and Apache May 14th, 2005
Replies: 1
Views: 4,405
Posted By blud
This looks more like a script configuration issue, I would recommend checking either the uploader.php or your php.ini and ensure that you have a leading / on the path, and that it is specified to the...
Forum: Linux Servers and Apache May 6th, 2005
Replies: 4
Views: 2,668
Posted By blud
This means that you need to add the hostname of that machine to the C:\WINDOWS\system32\drivers\etc\hosts file, because it is not able to resolve your computer name.
Forum: Linux Servers and Apache May 6th, 2005
Replies: 1
Views: 3,806
Posted By blud
The subdomains are easy, wildcard dns will point all of the subdomains to the same ip address, the thing you would need to do to get them to show a website is write a script that will create a...
Forum: Linux Servers and Apache May 6th, 2005
Replies: 1
Views: 5,068
Posted By blud
This error is generally caused by the domain not resolving to the same ip address that is listed in httpd.conf file.

Verify that an nslookup on the domain matches the vritualHost Entry in the...
Forum: Linux Servers and Apache Apr 30th, 2005
Replies: 2
Views: 2,238
Posted By blud
First, we will need to know some things to help you, such as:

1. What OS Are you using.
2. What Versions of the programs are you wanting?
(a) Apache 1.3.x or apache 2.x
(b) PHP 4.3.x or...
Forum: Linux Servers and Apache Apr 22nd, 2005
Replies: 3
Views: 142,166
Posted By blud
The previous post was pretty much head on, one thing that I noticed is that if the /home directory does not have the +x flag to everyone, then it may not be able to go into your directory, may want...
Forum: Linux Servers and Apache Apr 22nd, 2005
Replies: 1
Views: 4,942
Posted By blud
Semaphore's are what the system uses to run processes, kind of like inodes on a disk, there are a limited number of Semaphore's available to access by files at any given time. Usually when...
Forum: Linux Servers and Apache Mar 23rd, 2005
Replies: 1
Views: 2,165
Posted By blud
Is there something we can assist you with with your apache servers?

If this is advertising, please post in the Advertising section:
http://daniweb.com/techtalkforums/forum149.html
Forum: Linux Servers and Apache Mar 23rd, 2005
Replies: 7
Views: 46,398
Posted By blud
Yes apache can do the same thing, Here is some documentation that might be very helpful:
http://httpd.apache.org/docs/vhosts/
http://httpd.apache.org/docs/vhosts/name-based.html
Forum: Linux Servers and Apache Mar 20th, 2005
Replies: 3
Views: 3,002
Posted By blud
If you are getting a connection timed out, that means that there is something blocking port 80 on your connection, this could be your ISP, most likely however it is a software firewall or some...
Forum: Linux Servers and Apache Mar 19th, 2005
Replies: 7
Views: 9,739
Posted By blud
These error messages don't really mean much, the only thing that I get from the entire thing is that it starts, then 10 seconds later, someone hits stop:
"Parent: Received shutdown signal --...
Forum: Linux Servers and Apache Mar 18th, 2005
Replies: 7
Views: 9,739
Posted By blud
Another thing I would try before reinstalling, is running apache, and checking the error_log file, most likly the reason it did not start is due to a module being called that could not be found, or...
Forum: Linux Servers and Apache Mar 13th, 2005
Replies: 5
Views: 6,558
Posted By blud
Regardless of what you are trying to do, the apache install for windows is a .msi file, and with most MSI files you can install in silent mode like follows:
...
Forum: Linux Servers and Apache Mar 12th, 2005
Replies: 5
Views: 6,558
Posted By blud
I'm not seeing a 'Silent Mode' in their documentation, can you provide more details on what you are refering to?
Forum: Linux Servers and Apache Mar 9th, 2005
Replies: 6
Views: 10,144
Posted By blud
The last error, connection refused, means that apache is indeed actually hard failing, and not listening on port 80, if apache is configured as a service, you might want to make sure that the setting...
Forum: Linux Servers and Apache Mar 9th, 2005
Replies: 1
Views: 2,102
Posted By blud
I would recommend:
http://mailenable.com/
I am not sure if thier free version has the webmail interface, however it meets all of the other requirements, and from there if you still need a webmail...
Forum: Linux Servers and Apache Mar 9th, 2005
Replies: 6
Views: 10,144
Posted By blud
Well, the real question we need to know before starting to troubleshoot thism is what error message does it give when it stops responding, if it gives a 'connection refused' then it probably has...
Forum: Linux Servers and Apache Feb 18th, 2005
Replies: 2
Views: 2,433
Posted By blud
Well I will try to seperate your issues out for you.

First, as far as nameservers go, you will need to setup bind/MS DNS, or some kind of DNS Server, these are not done through apache, most...
Forum: Linux Servers and Apache Dec 16th, 2004
Replies: 7
Views: 5,177
Posted By blud
If you are using cpanel, the easiest thing to do would be to setup an 'addon' domain, assuming they give you the right to do this, basically an addon domain will be a folder in the main domain that...
Forum: Linux Servers and Apache Dec 7th, 2004
Replies: 2
Views: 4,716
Posted By blud
You can get a dyndns address:
http://www.dyndns.org/


There are clients on thier site that can also update the entry automatically for you.
Showing results 1 to 39 of 39

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC