The html tag has no wiki summary.
0
votes
1answer
139 views
View DHCP Server Leases
How can I view the dhcpd.leases without having to SSH into the box and view using vi/nano etc.
I used to have webadmin set up on another box but that was when I used the GUI to configure dhcp.
Now I ...
0
votes
1answer
253 views
Serve pre-compressed html files using apache2, functionality equivalent to mod_gunzip
Is there a way to implement mod_gunzip's functionality using apache filters?
Store gzipped files on the server, hand out compressed data to the browsers that can cope with it and uncompress it for ...
3
votes
3answers
348 views
A simple webserver that serves HTML files
I am having a bunch of HTML files getting generated everytime when I run a periodic task in my server. All I want to do is to display the index.html through a webserver. All the links in the index ...
-7
votes
3answers
457 views
Add frame window to all websites for users on network
I'm working for a small ISP and I'm trying to figure out how I can add a frame window to all websites that all users on our network see, so that we can promote faster speeds / notify users of ...
-1
votes
2answers
57 views
Help with setting up a local server!
I am new to web development and will gladly take any advice. I am designing a webpage which which utilizes a MySQL database. I am hosting the webpage on a LAMP server; I am using Ubuntu. Right now, I ...
2
votes
3answers
239 views
Is It Possible To Self-Teach PHP, Wordpress, CentOS (Linux), Apache, Nginx etc?
consider me a total noob, who uses a Windows PC and has never touched Linux. But I want to administer, manage and take responsibility of my server, at least at some point, if not now.
But since I am ...
0
votes
1answer
56 views
IE halts loading HTML page abruptly, possible network issue
Understanding that my problem could have a very vast scope of possibilities, I'll accept the answer that points me to something that I might have missed.
My software's client is facing this issue of ...
2
votes
4answers
894 views
Building a High Performance Static Website
I'm looking to build a High Performance website. It has thousands of static HTML pages, that are specifically rendered depending on a form submit. I have a ruby script that generates these static HTML ...
3
votes
1answer
1k views
In IIS, Is it possible to execute a .HTML page as aspx?
Question:
We have a 3rd party portal that makes a copy of a html/aspx page, and puts it into a temporary folder, CHANGING THE EXTENSION to .HTML in all cases (also it the root page was .aspx).
...
0
votes
1answer
229 views
Report to Multiple Google Analytics Property IDs?
Is it possible to have Google Analytics report traffic to a given page to more than one Profile ID? If so, are there any special considerations or recommendations for doing such? I can't seem to find ...
0
votes
1answer
26 views
picture displaing in various websites [closed]
ok so lets say that there is a website that will display 3-4 images on one page and to get the next 3-4 images you will need to go to the next page. so is it possible to edit the page code so that it ...
0
votes
2answers
155 views
Should pretty error pages be served with the correct status codes?
I noticed that, say, goolge's 404 page returns a 404 status (http://www.google.com/404.html) while github's returns 200 (https://github.com/404.html). Should error pages (even 503s, etc.) always be ...
0
votes
2answers
53 views
Restrict access to website
All,
I have developed an internal website for a firm and then need to restrict access to only the internal workers. i.e. connected to their own wireless network. For anyone outside the network, the ...
0
votes
1answer
84 views
Append html to all requested pages through a specific router
I'm sure some of you have been on free wifi networks where they inject a small ad onto every page you visit. Basically, how do they do that?
How does one append html to every request that passes ...
0
votes
3answers
205 views
Parse PHP in HTML files - files download instead of parse
Seems easy, right? Done it a million times, right? Me too. For some reason this isn't working on an A2 hosting configuration. Anyone have any ideas?
In .htaccess in "/" directory
AddType ...
1
vote
2answers
197 views
Use Varnish to inject content into pages from specific domains
I am experimenting with using Varnish as a proxy to inject some HTML into pages from specific domains.
So if any page is coming from *.organisation.edu.au, force a snippet of html immediately after ...
1
vote
1answer
206 views
IIS not redirecting page request as expected
I want to do something very simple on a Windows Server 2003 machine; have the web server serve a redirect instead of a particular page's content, whenever the user tries to navigate to that particular ...
0
votes
1answer
116 views
Apache custom error pages
Is there a way to make apache redirect error codes (401 particularly) to a custom page?
I tried using "ErrorDocument 401 /errors/somepage.html" in the htaccess file but its not working.
Any other ...
0
votes
2answers
1k views
Why I cant access my new AWS EC2 instances?
I am new to AWS Ec2. I just launch a instance, uploaded a test.php and test.html, both just display a "Hello world" text.
I copied my public DNS: ec2-XXX-XXX-XXX-XXX.compute.amazonaws.com
But it ...
1
vote
1answer
63 views
Novell Identity Manager (NIM) 3.6: How to make an image part of the resources for HTML reports?
This question might not belong here, and since this is related to an identity management product, I thought I could ask nonetheless.
I'm currently working to list all of the user identities in ...
1
vote
1answer
185 views
Apache Send .java files as text instead of download
How do I configure my apache instance to simply load *.java files in browser instead of sending it to me as a download?
1
vote
4answers
169 views
I run about 100 small traffic websites, what host would you recommend (expansion is planned)? [closed]
I know there are plenty of suggestions like asmallorange, linode, etc, but how well do these apply to someone who is running 100 sites?
Traffic can be anywhere from zero hits a month up to about ...
0
votes
2answers
358 views
Does anyone know a good free SHA1 hash generator?
Does anyone know a good free SHA1 hash generator? I am trying to has some info on the client side before post it back. I need a free SHA1 hash generator.
Thanks
1
vote
3answers
319 views
installing tidy on remote server?
could someone please tell me how can I install tidy on a remote linux server?? -if it's possible
thx
0
votes
2answers
36 views
URL arguments and Webserver configuration
I am trying to archive an old wordpress blog of mine. So far the best way I have found to do this is via wget. The problem is the name of the files it generates, like ...
0
votes
3answers
831 views
How do I invoke a Perl CGI script when the user requests an HTML page?
Is there anyway to invoke a Perl CGI script when an HTML page is requested to server?
Just like a script can be tied to an action, is there anyway to tie a script to "Request for page"
1
vote
3answers
225 views
Should I ban spiders?
A rails template script that I've been looking at automatically adds User-Agent: and Dissalow: in robots.txt thereby banning all spiders from the site
What are the benefits of banning spiders and why ...
0
votes
1answer
88 views
c (cgi) program to process html forms
Is it ok to have C or python program to process html form? Though I worked on php and java stuff.what are the disadvantages or advantage of such approach (using c/python)?
2
votes
2answers
38 views
password protecting a website
I am looking at quickly password protecting a website, one folder on a server. I have played around with .htaccess and just realised that it's probably not working because it's likely it's sat on a ...
2
votes
1answer
2k views
Adding a signature with an image/logo and *not* creating an attachment icon
My company uses Outlook 2003/2007 on Exchange, and they want to standardize on a signature format.
What is the best way to add an image to a signature with these features (in order of priority):
...
0
votes
3answers
2k views
How to use SSL certificate on my web-site?
I'm new to SSL, but my php web-site will contain secret information from users. I hear that ssl (https) can establish a solid security level. But, how to use it? How to implement it to my html files?
...
1
vote
2answers
81 views
Embedding live updating video into html page
If you've ever used the mac app EvoCam you know what I mean. It has a way of taking the feed from your webcame and embedding it into a web page without any flash. It's using like javascript and java ...
0
votes
2answers
282 views
Why does IIS 7 return a 500 when I access an HTML page?
IIS 7 returns a 500 server error when I request an HTML page with this structure:
<html>
<head>
<title>Test Page</title>
</head>
<body>
Some text
</body>
...
-2
votes
2answers
53 views
.htaccess file? [duplicate]
Possible Duplicate:
Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask?
How to create .htaccess file for 301 permanent redirect. I am looking for exact code ...
2
votes
2answers
406 views
Apache2 slow serving static while healthy
My Apache status looks like;
201 requests/sec - 98.8 kB/second - 504 B/request
85 requests currently being processed, 345 idle workers
...
3
votes
15answers
503 views
smallest webserver
Can anyone recommend a tiny tiny webserver that will run on windows. Extra points if it runs as an NT service. I am looking for something purely to server html. At most it will probably server 20 ...
4
votes
5answers
179 views
What statistics app should I use for my website?
I have my own server (with root access).
I need statistics of users who visit my website etc etc...
I have looked at an app called Webalyzer...
Is this a good choice?
I run apache2 on a Ubuntu 9 ...
4
votes
3answers
221 views
Scan HTML for unused assets in folders
I have an aging website I'm managing and I'd like to remove all unused external files (.css, .jpg, .js, etc.) that are currently in various folders all over the site.
Is there a tool out there that ...
0
votes
1answer
47 views
Keep ASP.NET site and content separate
I have an ASP.NET site in folder x. Currently lots of other static content gets added to folder x and gets mixed in, making it one big mess. I would like to keep the ASP.NET site and the content ...
14
votes
9answers
6k views
Mysteriously empty $_POST array
I have the following HTML/PHP page:
<?php
if(empty($_SERVER['CONTENT_TYPE'])) {
$type = "application/x-www-form-urlencoded";
$_SERVER['CONTENT_TYPE'] = $type;
}
echo "<pre>";
...
3
votes
1answer
3k views
Modify HTML Content with Squid
We have setup our network as per the tutorial here: https://help.ubuntu.com/community/Upside-Down-TernetHowTo. Basically, we have a squid proxy that inverts images for pages that clients request.
...
0
votes
4answers
89 views
Two identical pages
I have a php file, which when called creates a webpage. However, there are some things I can't do with this. Is it possible to mirror that webpage on another page, ie. have index.html calling and ...
2
votes
2answers
111 views
How do I selectively redirect my website?
I have a domain alias that i want to forward to a specific directory on my main site. How do I get it so that only people visiting the alias "fakesite.com" to be redirected to "mainsite.com/fake" ...
1
vote
2answers
1k views
How to execute a bash shell script via a browser link
I have written a bash script that periodically checks a directory for newly added .ear files and copies them to the respective JBoss server's deploy directory.Before copying, it checks if JBoss is ...
0
votes
2answers
53 views
Trouble with m4a file uploaded on server. Can only access via ftp and not http while other files can be accessed via http
I have no problem accessing other files uploaded via http but this m4a file can only be accessed ftp, when trying to access http I get page not found
-2
votes
4answers
196 views
File loads ftp but not http
I uploaded a file via ftp and the ftp link to that file works but when I try to access the file http, I get page not found
7
votes
6answers
22k views
How do I send mail from linux command line so it appears as HTML to recipient?
I've tried emailing a normal web page using something like:
mail -s "Test Email" blah@blah.com < webpage.htm
However, the recipient sees the raw HTML tags in the email and none of my ...
13
votes
4answers
3k views
Apache or NGINX for PHP?
I've read quite a bit on the major benefits to running NGINX over Apache for serving static files. However, I have never seen an article talking about Apache vs NGINX for serving PHP pages.
Question: ...
0
votes
7answers
677 views
URL works without “www”, but not with it [duplicate]
Possible Duplicate:
Domain without the 'www.' gives me the Apache 'It works!' page
Hey, I've seen this quesiton asked the opposite way, but I'm having the problem stated ...
1
vote
4answers
230 views
How to know if I have/need Linux server or Windows server?
I am creating a classifieds website with PHP and MYSQL.
How would I know if I need windows server or Linux?
I am about to pick a host.
Any other suggestions are also appreciated...
Thanks