Server :: Use Url_regex For Place Sites Name In Different Locations?
Mar 15, 2010
i have different subnet running on my network they are 192.168.1.0 to 13.0, i want to restrict subnets with different sites. for example. from 1.0 to 6.0 i want to give them 3 sites to visit, for 8.0 give some different sites to visit. allow all traffic to 13.0 but block few sites for them. i want to use url_regex for this and place sites name in different locations.
View 1 Replies
ADVERTISEMENT
Aug 21, 2010
I am sitting here at my computer at 2:30am on a saturday morning with no idea what the hell im doing. But here's my goal I have a KML File for Google Earth. This file is generated with the GPS locations of certain sites.
I have a text file with extra information about certain sites. What i'm trying to figure out how to do is by using perl I want to open the text file grab the first location on line one and search for it in the KML file. When that line is found I want to edit the Description field in that KML file and add something to the description and change the placemark from Yellow to Blue.
Can anyone give me advice on the best way to handle this and where I can start. I can understand if nobody wants to give me the answer directly but I would like to be pointed in the right direction
View 2 Replies
View Related
Jan 13, 2011
My company has 2 locations. I have a server running BIND, Apache, and MySQL. I'm setting up a second server just in case the primary goes down. I'm sure it's bad form to it the way I'm doing it, but how might I go about configuing my backup? Should I do it as a Secondary DNS server?
View 2 Replies
View Related
Jul 22, 2010
I want to pass a directive to all but one or two locations. How do I do that?
Like:
<Location /1>
xxx
</Location>
<Location /2>
[code]...
View 2 Replies
View Related
Feb 9, 2011
In the past week or so I've noticed some weird network behaviour. I find accessing some sites such as Amazon, Paypal, and Bigstockphoto really slow. Sometimes the page will not load at all. Other sites are fine. The problem sites are not a problem for others on my LAN at home. When I try to open the problem sites, I can see in Firestarter blocked connections coming from 2.1(8/9).xxx.xxx on various ports such as 36007. This only happens for the problem sites. I attached a typical output from firestarter.
This happens with Firfeox or Chrome. Using Ubuntu 10.10
View 4 Replies
View Related
Jan 27, 2010
I would like to have ftp access the files on a Linux Server using XP. It's easy with a windows server but Microsoft doesn't work with the Linux server.
View 3 Replies
View Related
May 30, 2010
My sites on the server are loading very slow, though my server load is under 1.00.What can be the problem, when ever i restart httpd the sites starts to load instantly.
View 14 Replies
View Related
Feb 18, 2010
i want to configure VNC server on Fedora 12 to be able to connect from any place how to configure it i try Google to find instruction about it but i found alot on ways to configure and they are difference what you recommend
View 1 Replies
View Related
Nov 19, 2010
I am running a centOS server using ISPconfig 3.My web sites are not showing content only this phrase 403 Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
View 168 Replies
View Related
Jun 18, 2010
In my college all popular sites blocked i am working on linux... is it possible to Encrypt the http request? anyother way except proxy sites
View 2 Replies
View Related
Jul 15, 2011
I have an idea to install a video-camera to record 24/7 the place in the yard where the car will be kept. Can not say that I'll configure such a system for sure, but I have an interest to it. On the other hand I've never worked with such systems and I don't know what cameras are better, should they be IP-based or the USB-webcam will be OK, I also do not know much about the software. I've found that gphoto is a good software for such a purppose, and some photo-cameras can be managed remotely through console, I mean that we can take pictures/?video?
Remotely, if the camera is connected to the Linix-box via USB. Another soft, which I googled, which (as I understood) is de-facto and which is powerful, is ZoneMinder. Today a friend of mine told me that many IP-cameras have everything inside them (a webserver, many tools for capturing video/photo and so on), so I just need to create some directory on the PC, where it will store all photos/videos. So, as you see, I know practically nothing about all this. That's why I decided to listen to you, what software and photo/video cameras would you recommend me.
View 6 Replies
View Related
Oct 8, 2010
We use a reverse proxy to forward a lot of websites via 1 central place.so hould forward to an internal server.I already managed to forward a lot of website correctly, except for this one:hen I type:ttp://blablahblah/smt/webtier-7-11 it doesn't work correctly, but How can I make the first url to work ?
ProxyPass /smt http://192.168.10.38:8080
ProxyPassReverse /smt http://192.168.10.38:8080
ProxyPassMatch ^/((smt|webtier-7.11)(/.*)?)?$ http://192.168.10.38:8080/$1
[code]....
View 5 Replies
View Related
Sep 20, 2009
I have a server with 8GIG of ram and a quad-core q9550 CPU and 500GIG of hard-disk space, and 100Mbps net connection.I have separated it into 3 parts of 2 Gigs of ram each, by virtualization, so there are 3 VPSes. The problem is that the one of the VPSes (created) with centos and WHM/cpanel would go down very often, as many as 60 times per day!I asked one of my friends to have a look at it, and he told me that Tomcat was the reason.Things got a little better (ask me what I changed about Tomcat?!) and after that the server would go down only about 20 to 30 times per day.I asked the friend again, and he told me that the CPanel integrated antivirus would cause the high load periodically.(Ask me again, what did I change?) And after that the server would go down only about 4 to 10 times per day.Now, as far as I can tell, there is nothing more that would/should cause the server to go down.
About 30 minutes ago, before writing this post, the hosted sites were unavailable again, for about 30 seconds.I checked the load through ssh and I saw that the load is 3, so I went to the main server and checked the VPS ram and noticed that only 10% of the cpu is used and only 307Mb of available RAM is used.
Everything shows that the server should be functioning OK, but it still seems to get unavailable far too often.
I used the top command and noticed that there is nothing using the cpu and the ram and all of them are 0.I used the mysqladmin proc command and again nothing noticeably weird seemed obvious at this time. I also checked the other VPSes and they were also in relatively low-resource-consumption states(I don't understand this part):Also sometimes I use the top command when the load goes high I see that all of the users, even the non visitors users site use cpu seems forexample a refreshing things or updating thing updates all of the accounts forexample mysql or so Please help me to figure out what other things might be causing these service/server high loads and unavailability.
View 16 Replies
View Related
Jul 30, 2011
What's the best way to move over 500 sites from a webserver with apache and mysql on the same server.. to a new server?
View 1 Replies
View Related
Apr 3, 2010
After a recent CentOS upgrade, my PHP has gone nuts.About 50% of the time, the websites will show just fine from my web-server.Most of my sites are wordpress related; all have the same issue. Standard HTML sites load okay all the time, though.
View 12 Replies
View Related
Feb 4, 2011
I used vmware to create a guest OS in vmware.The IP of Guest Ubuntu is 192.168.43.129 and that of host Ubuntu is 192.168.1.3
Here is apache log when I access the site on machine where it actually is (guest os) as http://localhost
the apache log shows
Quote:
127.0.0.1 - - [04/Feb/2011:22:18:29 +0530] "GET /some/templates/default/images/ButtonsBack.gif HTTP/1.1" 304 - "http://localhost/some/templates/default/delos.css" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8"
[Code]....
View 2 Replies
View Related
Feb 4, 2011
i'm finding that websites that require webcams like chatrt, omeegle, mebeam etc wont allow me to connect, it will say connect to server, or initializing and never pass this stage - is this an ubuntu flash/java issue or is it something else entirely?
View 2 Replies
View Related
Jul 5, 2010
I have a dedicated server with two sites ie site1 & site2. We have two sites which need to share the same images folder, the situation is a shopping site (site1) with one category of products which we have decided to setup as dedicated site for (site2).
Our system uploads the images to site1 directory ie:/home/site1/public_html/images/image1.jpg
I don't want to duplicate the images into site2 images directory so is there a way of sharing them using the following url /home/site2/public_html/images/image1.jpg (which pulls site1 image)
View 3 Replies
View Related
Feb 4, 2011
For some reason my DNS servers aren't able to resolve certain names. Most names resolve fine there are just a few that don't work. Nslookup doesn't work either of course, and curiously neither does "whois".
Here's an example:
Quote:
dig facebookmail.com +trace
; <<>> DiG 9.2.4 <<>> facebookmail.com +trace
;; global options: printcmd
[code]...
View 2 Replies
View Related
May 19, 2010
i just implemented ur instruction n got success but i have one problem that i want to provide only two or three web sites access to groups in squid.
View 1 Replies
View Related
Oct 22, 2010
I was just wondering what the best approach is to allow mobile device sites on my web server is?Its an apache 2 server running on Centos and I am just very curious as to how to best present a site just in standard output for a mobile site, ie no server side programming or scripts (but would like to do some eventually).I actually have someone asking for someone on his development team and would love to be that person with that attribute lol.
View 2 Replies
View Related
Apr 18, 2011
Is there a way to prevent users of an OpenVPN service from accessing restricted sites? I know this can be done through a proxy server but through a VPN there seems to be no way of preventing traffic from accessing porn sites or other as the traffic is encrypted. I am using a VPN in the same fashion as a proxy server except that the VPN is necessary because some video sites use rtmp on port 1935, which a proxy server cannot route.
View 7 Replies
View Related
Aug 13, 2010
When i starts it for the first time,my sites getting loaded fast when requested through browser,but slows down gradually. what could be the reason, my cpu load seems ok. Because i have another site hosted through apache in the same server and its getting loaded fast. so what could be the issue.
View 1 Replies
View Related
Aug 15, 2010
Recently I've been earning money doing web development, php, html/css, MySQL and so on. What I have encountered a lot are clients that need a complete solution. They need their site built, but they also need a hosting solution. I've sent more than just a few clients off to GoDaddy, and quite frankly, I'd like to cash in on some of that.
It would do wonders for my business if I could offer them a hosting solution with full support on top of building their site. My problem is I have no idea how to do this. So I'd like to know how I can host multiple sites on the same server. Does anyone know of a nice guide I can follow to set this up? It's really important that I can add sites fairly easily over the internet. Since I will be away at school, I won't have direct access to the server
View 4 Replies
View Related
May 19, 2010
i have seven department in my office. i want to restricte web sites for all the departments but not same web sites for all the departments i.e. different sites for different departments.i have no idea about this issue.
View 1 Replies
View Related
May 24, 2011
We are using Red Hat linux 4 .We blocked certain sites through squid for certain ip address.we want to unblock these sites in particular interval ,ie during noon time and after 4.00 pm.
Here we have given
In the sites.txt we have given the names the of those sites that should be blocked
The problem is to unblock sites in sites.txt, for particular intervals
View 3 Replies
View Related
Feb 1, 2011
I have a linux server with debian system. I want to put in my debian server a site. I installed apache php mysql and phpmyadmim. I really thought that was more difficult for me to put my site database. But now i can load on server my database with phpmyadmin after a very simply installation. I could not believe. I'm studying how make ftp work (apt-get site-ftp?) and waiting from my host directadmin installed. But i try to manage linux console and was very exciting for a newbiest like me!
Now I can write text on my site server with echo etc,etc, I have a database, but I have not site files. While I was studying tutorial to make apache work, I frequently read the directory /var/www and my debian console confirm that is an existing directory. How can use this directory?
Any listing debian linux server commands to:
copy, delete, paste from my pc desktop a file TO folder /var/www ?
It is possible without ftp? Another question. Which bad errors can make a newbie like me configuring apache with linux? I ask this because I read all where that I could not manage a server system if I'm not a sysadmin, but I have only to put in a site... what the real risk?
View 3 Replies
View Related
Feb 15, 2011
I have set up a SSL site for my default Apache server. But I want to set up multiple SSL sites for multiple IP based as well as Name based Virtual hosts. Is there a way where in I can include definitions for SSL certificates and keys within the Virtual Host directive in the httpd.conf, so that I can specify separate key and cert file for every Virtual Host.
View 11 Replies
View Related
Jan 14, 2011
I dual boot XP and FC14 and have 2 routers. I can connect and ping one of these routers when I'm in FC and I have an IP address I just can't load any websites. When I connect to the other router (my main router) it works fine. When I boot into XP and connect to the problem router I can load pages fine. It's only when I'm on FC14 and connect to the problem router that I can't load pages even though I have an IP and can ping around.
View 1 Replies
View Related
May 9, 2011
I need to write a shell script which can ready content of the folder and place files on remote FTP server. I need to make sure that a file that is already placed on remote FTP server is not attempted second time. The file names will be something like Records-2011-05-09. The files will be generated by MySQL every hour.
View 7 Replies
View Related