Displaying 7 results from an estimated 7 matches for "mywebserver".
Did you mean:
my_web_server
2009 Nov 07
3
my cpanel can not shows up after running 'latest'.
...5 for my new server with cpanel.
I have installed the cpanel. The steps were:
1. cd /tmp
2. wget http://layer1.cpanel.net/latest
3. sh latest
The installation show a message that the cpanel installation
was completed.
But I can not see the cpanel login form on my server,
either:
"http://WWW.MYWEBSERVER.COM:2082"
or:
"https://WWW.MYWEBSERVER.COM:2083".
I thought it was just caused by my firewall so I open the ports with
this way:
1. setup;
2. I chose the 'firewall menu';
3. Allow incoming: ssh, www(http), secure www(https), telnet, samba,
nfs4, ftp, mail, pop3:tcp infowave:...
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...*.pp"
node ''server1.hostingcompanyAlpha.com'' {
$httpd_maxclients = 300
$yum_base = "http://mirrors.hostingcompanyAlpha.com/ftp.centos.org/"
$dns_servers = [ ''1.2.3.4'', ''1.2.4.4'' ] # Hosting Co.''s resolvers
include mywebserver
}
node ''server2.hostingcompanyBeta.net'' {
$httpd_maxclients = 200
$yum_base = "http://repo.hostingcompanyBeta.net/centos/"
$dns_servers = [ ''8.8.8.8.8'' , ''8.8.4.4'' ]
include mywebserver
}
node ''staging.myprivatenetwor...
2006 Sep 19
0
OT: Openwebmail and speedcgi suidperl
Hi, I use Centos 4.4, latest rpm for OWM.
OWM runs fine but i want to enable speedy, so after I enable it I get the error:
Not a perl script at /dev/fd/9 line 1., referer: http://mywebserver/
speedy_backend[3633]: perl_parse error, referer: http://mywebserver/
speedy[3631]: Cannot spawn backend process, referer: http://mywebserver/
my speedy is installed from RPM.
perl-CGI-SpeedyCGI-2.22-1.2.el4.rf
openwebmail-2.52-1
perl, v5.8.5 built for i386-linux-thread-multi
Server version: Apac...
2007 Nov 07
1
IPAPPEND rewrite kernel argument list question
...inux to do this jobs .
I use ipappend and mboot.c32 however i don't success to have the kernel
argument appended with BOOTIF :
here is what i use :
LABEL solaris
MENU DEFAULT
MENU LABEL Solaris Jumpstart
KERNEL mboot.c32
APPEND multiboot kernel/unix -v -m verbose install
http://mywebserver/jumpstart.tar -B
install_media=mynfsserver:/Flash10i86pc,install_boot=mynfsserver:/Flash10i86pc/boot
--- x86.miniroot
IPAPPEND=3
Do you ever do it ?
Does i mistake something there
Thanks a lot for your support
Stephane
2006 May 23
2
Outband call from php script
...on will call phone number 0033102030405 (using a sip provider)
3. Application will play a pre-recorded voice prompt
4. Application will invite the user to enter a number password
5. If password match code of the URL (12345 in this exemple),
application send an http request back to me.
Ex : http://mywebserver/response.php?phone=0033102030405&verif=OK
or
5. If password does not match code of the URL, ask user to retry (up to
3 time). If conversation is over 90 secs, hang-up and send an http
request back to me.
Ex : http://mywebserver/response.php?phone=0033102030405&verif=not_OK
Thx.
G.
2005 May 28
1
cmd curl crashes asterisk:
...sk server
[macro-getcustid]; ${DEFAULT} is my own number..i.e. no cid was given...
exten => s,1,setvar(CURL=)
exten => s,2,gotoif($["${CALLERIDNUM}" = "${DEFAULT}"]?9:3)
exten => s,3,noop(Call from ${CALLERIDNAME} using ${CALLERIDNUM}.)
exten =>
s,4,curl('http://mywebserver-name/xmlservices/cnum_lookup.html\?cid=${CALLER
IDNUM}')
exten => s,5,setvar(CURL=${CURL:0:15})
exten => s,6,noop(Setting callerid ${CALLERIDNUM} to ${CURL})
exten => s,7,setcidname(${CURL})
exten => s,8,goto(s,10)
exten => s,9,noop(Skipping because CID = ${CALLERIDNUM})
exten =&...
2006 Apr 14
1
Configuring rails app on web server
...on Godaddy web server. Lets
say the application is named `demo'', and it will be present in a folder called
`demo'' on the web server. The web server in addition to hosting the rails
application will host many other static pages in other folders. When the user
access the page `www.mywebserver.com/demo/'' he should be taken to the index
page of the application.
So, what do I add in the `.htaccess'' file in the demo folder, such that the
control is transferred to the .htaccess file in the demo/public/.htacess file?
Thanks for your help.
--
Surendra Singhi
http://ssingh...