Questions tagged [dynamic]
88 questions
2
votes
2 answers
Harvesting Dynamic HTTP Content to produce Replicating HTTP Static Content
[I asked this on stackoverflow.com, but they thought that this list would be better]
I have a slowly evolving dynamic website served from J2EE. The response time and load capacity of the server are inadequate for client needs. Moreover, ad hoc…
Neil Pitman
2
votes
1 answer
Sort Dynamic Virtual Host Folders
I'm trying to set up a dynamic virtual host for the first time with apache.
Is it possible for be to implement some sort of folder sorting system?
For example the first ten sites are in:
/Vhosts/1/
The next ten in :
/Vhosts/2/
And so on, in order to…

user81536
- 147
- 4
2
votes
2 answers
NGINX: dynamic locations stored in DB
Is there a possibility to store nginx locations in DB instead of the config to serve them dynamically?
The task is to create dynamic URLs for video files based on user's IP and video ID.
The idea is when the user visits my website such an dynamic…

chimpanzee
- 121
- 1
- 2
1
vote
0 answers
Cluster red hat add a default route , no RIP protocol is enabled
We have a couple of Red Hat Enterprise linux server with clustering
uname -a:
Linux deda-ora1 2.6.18-194.el5 #1 SMP Mon Mar 29 22:10:29 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
rpm -qf /etc/redhat-release
enterprise-release-5-0.0.22
4 nic…

Daniele Carminati
- 11
- 1
1
vote
1 answer
Powershell to exclude Group Members from Dynamic Distribution List
I am attempting to remove specific users from a Dynamic Distribution List. I have searched and toyed with my PowerShell script for sometime with no luck. I'm sure it is something I am overlooking as I'm not too experienced with OPATH syntax. I've…

Jim
- 17
- 3
- 6
1
vote
0 answers
Set up diskspace quotas according to a dynamic backend on Linux
I am currently setting up a machine which involves a lot of user accounts coming from a dynamic backend (MySQL database). I have successfully setup the system so that it uses that backend for all account-related operations (authentication, session,…

John WH Smith
- 341
- 5
- 19
1
vote
1 answer
Can Apache dynamically deny?
I host three different websites on the same server. Here's excerpts from this morning's Apache logs:
### SITE 1 ###
[Fri Dec 13 09:15:49 2013] [error] [client 85.17.87.36] script not found or unable to stat:…

Timothy B.
- 113
- 5
1
vote
3 answers
Specify Dynamic IP of SSH server on the client side
I am trying to set up a ssh server at home connected to internet via wireless router. Since its IP is dynamic, how do you specify its address on the client side? Thanks!

Tim
- 1,487
- 6
- 28
- 43
1
vote
3 answers
The Current State Of Serving a PHP 5.x App on the Apache, LightTPD & Nginx Web Servers?
Being stuck in a MS stack architecture/development position for the last year and a half has prevented me from staying on top of the world of open source stack based web server's recent evolution more than I would have liked to. However I am now…

Gregory Kornblum
- 11
- 4
1
vote
1 answer
OpenNHRP configuration without IPsec
I'm attempting to use OpenNHRP on a linux box to connect with a Cisco Router.
I want to allow GRE tunnels from the linux box to the Cisco router dynamically, but I'm not implementing DMVPN on the Cisco router.
I keep receiving the [Peer up script…

Evan
- 177
- 2
- 8
1
vote
1 answer
SQL Server doesn't allow to execute subquery as dynamic SQL
I tried to make a dynamic SQL which gets all tasks for some users
The procedure [GetAllSubExecutorsByUserId] returns IDs of all subalterns of curent user I write these IDs into a temporary table, and after that I want to make a dynamic SQL to get…

meorfi
- 11
- 1
- 2
1
vote
1 answer
Dynamic Virtual Hosting Questions
I have read the documentation on how to create a dynamic virtual host system on Apache's website, but I am quite confused about some things:
1) Do I have to dynamically configure window's host file to update each time a virtual host is added, if so,…

user81536
- 147
- 4
1
vote
1 answer
Dynamic Subdomains
On my new site I want to have dynamic subdomains. I'm trying to make it so that the subdomains use the same web root as the main domain, all under a single CodeIgniter installation. For example, subdomain.example.com would lead to…

crash
- 11
- 1
1
vote
2 answers
nginx caching dynamic content to static
I've read and heard that nginx can cache dynamic content and make it static so it loads faster taking more of a load of apache. has anyone done this before? is it worth it? any pros/cons to it?

John
- 53
- 6
1
vote
2 answers
how to map domain name to dynamic ip address
I have registered a domain www.blah.com and I would like to point this domain to my home computer which it is using adsl with dynamic ip address.
More info: My router has dyndns client and my computer uses linux.
Could anyone point me in the right…
yefo