500 Error For Compiled Lisp Program And No Trouble For The Equivalent C App
May 9, 2009
I'm trying to setup the Clozure Common Lisp implementation for CGI web programming. I've made a hello application and compiled it.
I can type ./index.cgi at the terminal and the properly formatted header and some text are displayed.
When I try to view the index page though the web browser I get an internal server error.
Quote:
Couldn't load lisp heap image from
[Sun May 10 09:31:25 2009] [error] [client 127.0.0.1] Premature end of script headers: index.cgi
I'm wondering if this is a Lisp problem or a problem with the web server/permissions.
I wrote a hello world CGI app in C and ran that through the browser without any problems.
I applied the same permissions from the C app to the Lisp app and still had the same problem.
I *think* this is a Lisp problem, but just felt that I should check with some people who are more familiar with server setups than myself.
View 1 Replies
ADVERTISEMENT
Feb 14, 2007
if our host is experiencing technical problems, or if they're in financial collapse.
Since 5 PM Sat., many sites hosted by powerfulhosting.com of Santa Monica have gone dead, mostly on NS01.POWERFULHOSTING.COM and some on NS1.IOCUS.COM They include:
chandarawestla.com
peggypotter.com
countrysidepet.com
robertpaulgalleries.com
cameraleather.com
goeastern.com
roastyourown.com
and many more. Over the weekend, tech help claimed the problems were assocaited with an "upgrade" to a new server. As the site owners started talking to each other, and the outage grew into the work week, Powerful Hosting stopped responding to inquiries, even from longtime clients. Their phone mailboxes are full and silent.
Now, I'm not an administrator or even a very quick FTPer, but these stores have burned to the ground and there are are livelihoods on the line. Can anyone in this community find any evidence suggesting a geniune technical glitch on their servers? A couple of people in our group think maybe they can't pay a server bill, in which case we all need to bail out immediately.
View 5 Replies
View Related
Jun 16, 2008
Programs compiled with the Intel C++ compiler run 20-30% (up to 450% in some rare cases) faster than their GCC counterparts.
I have successfully compiled MySQL 5, PHP 5, eAccelerator and nginx with ICC 10.1.015. I was wondering, if anyone has compiled the linux kernel with icc? There are some linux vendors who supply icc compiled kernels, and there are some docs on intels site about compiling the kernel with icc... so it's doable.
But I want to know if anyone has done it on a VPS? What was your experience? Did the system run faster than before? Or did you face some weird situations?
View 4 Replies
View Related
Feb 23, 2007
is there anything I should do now?
everthing generally seems fines but I have a strange thing going on with an images folder that a php script puts users images in (so my users can upload files). this folder was previously 777 and now phpexec has been installed the images are not showing up. I get a "You don't have permission to access" message on the image files. I tried chmod'ing the images folder to 766 and 755 and the same thing happens. This has nothing to do with the php script as I can't even access the image files by typing in the URL in a browser.
View 7 Replies
View Related
Nov 5, 2007
It is possible to make code execution on the server with applications such as FastCGI or Zend Optimizer, but the code isn't compiled for good, it's more of a bytecode that is created on the fly, correct?
I'd like to know if it's possible to compile code (PHP, Python, Ruby, etc...) so that when you request a page, the compiled code is executed the same way as compiled C++ code with cgi-bin.
I'm asking because it would be quite efficient in case of high-traffic web sites instead of running intermediary code (bytecode).
Is it possible? What do you think is the more efficient, less resource-intensive and fastest way to execute dynamic-content pages?
View 3 Replies
View Related
Jul 31, 2009
I am really not familiar with MPM prefork. Should apache use MPM prefork or is there a better alternative? If yes, what would that be and how to use that alternative?
View 2 Replies
View Related
Feb 14, 2007
So I finally decided to upgrade apache from 1.3 to 2.2 and thought I'd upgrade php while I'm doing it. Everything isntalls ok and the php installer says it has configured apache etc but I just can't get it to parse php. It just loads a blank page!
I've tried adding handlers, types everything etc
The php 5.2.1 (latest)
View 4 Replies
View Related
Oct 2, 2007
Is it just a directory with modified permissions or am I missing something really easy?
View 3 Replies
View Related
Feb 21, 2007
Can anyone please give me free -m command equivalent for FreeBSD?
View 1 Replies
View Related
Apr 26, 2014
I have 2.4.x version installed on RHEL and I need to install same version on Solaris 10. How can I find out what packages/modules were compiled for RHEL so that I can download same for Solaris and compile them.
View 2 Replies
View Related
Mar 2, 2007
I have a client trying to log in via ftp. They cannot log in and get this error.
[14:36:05] Resolving host name "www.domain.com"
[14:36:05] Connecting to "IP ex 1.1.1.1" Port: 21
[14:36:06] No connection could be made because the target machine actively refused it.
[14:36:06] Cannot login waiting to retry (30s)...
[14:36:06] Client closed the connection.
I restarted FTP and checked to see if apf was blocking them and neither worked. She is using smartftp and I also had her try filezilla and neither worked.
However I am able to log in fine from my pc using this login info.
View 1 Replies
View Related
Feb 6, 2007
Having some trouble using grep and hoped someone might be able to help.
Running the following command to try and scan for an IP address match across a period of time in our access_logs:
grep '04/Feb/2007:21:*:*' /var/www/vhosts/*/statistics/logs/access_log.processed | grep
'216.2*.*.*'
This is returning all kinds of IP address results such as: 58.216.50.2 Can you suggest how I can tweak the grep command to search for the right IP addresses?
I want to scan precisely for IP addresses starting 216.2*.
We've been given the following information about spam, and want to track the source of it
down:
216.2x.x.x - email spam
So any ideas how I can scan these logfiles more precisely for the IP address I need?
View 7 Replies
View Related
Jan 2, 2009
if there is already an equivalent Xeon for the i7 processors?
I mean that for example C2Q Q6600 is equivalent for X3220 if I'm right.
Also, I guess those Servers will cost a lot more, not only because the processor is very costly but it also requires DDR3 RAM which is still nowadays quite expensive...
View 8 Replies
View Related
Apr 13, 2009
Im looking for a free equivalent to Cpanel, how ever it must do similar things and offer similar features. Its also must do the same things in terms of emails such as the incoming/outgoing mail server will be mail.domain.com and their user names will be their email addresses.
Another feature i would like is the ability to migrate from Cpanel to this control panel.
View 13 Replies
View Related
Jul 14, 2009
I'm moving a framework over to a new server for a client and they're using IIS. Is there an IIS equivalent to the following two lines of mod_rewrite code from Apache?
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ pamwf.php?PAMWF_PATH_QUERY=$1 [L,QSA]
View 4 Replies
View Related
Jul 12, 2007
I was wondering, if installing ffmpeg-php is worth the trouble for shared hosting accounts or if it is too much of a resource hog. I had a couple of requests for that but I am not used to this extension.
Thank you for giving me your feedbacks on this.
View 5 Replies
View Related
Jun 16, 2005
I have a virtual dedicated server (Red Hat) at GoDaddy and I'm trying to set up wildcard DNS. In short, I want:
anything.mydomain.com/thepage.html
to resolve to:
mydomain.com/thepage.html
I've taken the following steps: ......
View 1 Replies
View Related
Oct 19, 2009
We are in the process of changing web hosting companies and I am having difficulty in moving all the directories. We are a membership based company with over 8,900 members. The original web site (called Site a) has over 26,700 individual directories along with many tutorials in video format. The entire site is approximately 80 GB in size.
When I had the second web hosting company try to move the site via tar they indicated that the tar would abort at about 4 GB every time.
Is there any other way to move this site or get a complete backup of the site. I have no problem moving the MySQL databases.
View 3 Replies
View Related
Apr 8, 2009
I managed to install xcache on my Centos 4.5 server.
Xcache is shown in my phpinfo, but I think there's problem since php -v gives me following error, I don't have a clue how to fix this. See attached images.
I tried several different configurations in xcache.ini, but all with this same result.
It seems that this error doens't occur always.
PHP Warning: Module 'XCache' already loaded in Unknown on line 0
/dev/zero: No space left on device
Failed creating file mappping
PHP Fatal error: Failed creating file mappping in Unknown on line 0
PHP Fatal error: XCache: Cannot create shm in Unknown on line 0
PHP 5.2.9 (cli) (built: Mar 10 2009 16:30:52)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
Segmentation fault
View 9 Replies
View Related
Jun 22, 2008
my site has received surge in traffic. basically doubled everday for a week.
although this is great. it appears its seriously loading the site slow and timing out now.
what to do ? i doubt submitting ticket will help.
i guess you get what you pay for ?
i think so far, cirtexhosting is not too shabby considering its price. 14 bucks for 1TB bandwith.
View 14 Replies
View Related
Oct 29, 2008
I am having trouble setting up webdav on IIS6. I wasted all day on this today.
So far I have set it up to work over the internet with anonymous access.
Now I want to turn on:
1) basic authentication
2) SSL
I try to turn on (1) but:
- when try to access over the internet, it prompts for my login but it doesn't accept the login and keeps reprompting me.
- when I try to access from the local server, it seems to accept the login but gives an error 'the folder you entered does not appear to be valid, please choose another'
I have created a new user who has permission to access both the directory on the server and the virtual directory in IIS. I have turned on the webdav extension. I have tried reinstalling IIS too.
View 1 Replies
View Related
Feb 22, 2015
I have experimented a strange behaviour on plesk linux 12.0.18 Update #33
Basically:
1. I have recompiled Apache with more file descriptors
2. Several days later watchdog did not work properly. Support requested me to remove and install wd
3. I ran the autoinstaller. All my compiled version where replaced.
Watchdog is ok now, but I have to recompile Apache.
I have been searching on forum and kb but could not find any reoccurance.
Question : Is there a way to avoid this ?
Compilation performed based on article [URL]
after having executed /usr/local/psa/admin/bin/autoinstaller --debug
[root@ns7 scripts]# rpm -qa --last | grep "Sat 21 Feb 2015"
psa-watchdog-12.0.18-cos6.build1200140707.14.x86_64 Sat 21 Feb 2015 01:12:58 PM CET
php-tidy-5.3.3-40.el6_6.x86_64 Sat 21 Feb 2015 01:10:07 PM CET
[Code]....
View 1 Replies
View Related
Oct 12, 2008
I am looking for a good dedicated server provider in Europe. Ideally I am looking for something similar to softlayer or theplanet but in the EU.
three things that are important for us and do not seem to be offered by many providers:
- Ability to do automated secure (connection initiated by the backup device) offsite backups via eVault or r1soft.
- Ability to add additional servers in the future (e.g. separate db server) as part of our "internal" network (this is: any traffic between our servers would count as internal traffic and not against our bandwith limits). E.g. Softlayer by default and for free gives you your own virtual private network and you can add new servers as need arises.
- ability to upgrade configurations and have the ability to customize our hardware setup.
other than the above we need cPanel/whm, a trustworthy company, good support, option for managed or unmanaged service.
any suggestions?
View 8 Replies
View Related
May 5, 2009
On a Linux box, I know how to set a file to CHMOD 666 permissions. How do you set world writable permissions to a file on a Windows server?
View 7 Replies
View Related
Oct 29, 2009
i use those 2 programs for scanning for rootkit programs.
are there any free programs for windows?
View 3 Replies
View Related
Feb 17, 2008
There are a lot of changes in the naming convention Duo Core Quad Core, Core2Dual, Core2Quad. I wonder for Dual Core Xeon 3Ghz (which we called previously) would would be its equivalent or better now than is easily found on the market?
View 0 Replies
View Related
Jul 8, 2007
some functionality found in MS Exchange but for Linux. Looking for contacts management, calendar(s) and the ability to create meeting requests that can be sent. Pretty basic stuff but I need it to use outlook on the client side still.
View 8 Replies
View Related
Feb 24, 2007
I have been using 3com 3226 and love it! But it is EOL now, do anyone know of the equivalent new model from 3com?
View 2 Replies
View Related
Aug 11, 2007
I currently run five websites that are hosted by Yahoo! Small Business.
I am extremely frustrated by the fact that I cannot use PHP 5 and MySQL 5 with these websites. I pay ~$200/month for these 5 webhosting accounts.
I am beginning to see that paying this much to host 5 websites where I cannot even use the PHP version that I would like to is a bit ridiculous.
I know that I could simply switch to another shared hosting provider that includes PHP 5 as an option, but since I am running 5 websites concurrently, and these websites are each just about maxed with respect to bandwidth and disk space, shouldn't I look into another option?
So as I can see, my options are either a VDS/VPS, where I could host all 5 websites for one fee that would probably be MUCH lower than my $200/month I am paying currently, or something else that is similar.
I have decided that I want/need root access, because that way I can install/configure the system with whatever I desire now and in the future, BUT: I am not familiar with Linux (and I would want Linux) server administration; I don't know whether to choose CentOS4 or Red Hat Fedora Core 6 for an example; I don't know which Plesk 8 options I would need, etc......
WILL I BE GETTING MYSELF INTO A LOT OF TROUBLE if I choose a VPS and I am unable for some reason to administer the server properly?
I AM familiar with UNIX administration on OS X for example, and I AM familiar with coding.... PHP, SQL, Perl, Python, etc....
I just don't want to get myself into trouble although I am sure I want at least a VDS/VPS and I am sure I want root access.
I am confused as to what my options are other than a VDS/VPS (I don't think I need a dedicated server yet).
I have visited TextDrive and read about their Joyent Accelerators; what are they exactly? Not a VPS, but a scalable web-application-deployment environment?
This has been a long post and as you can see I am completely confused as to where to go from here..... could anyone that doesn't mind please let me know what my options are and what might be a good fit?
My websites are database-driven and need to be scalable.
A few of my requirements:
Full Root Access
Linux OS
at least 600GB Bandwidth
at least 25GB disk space
FTP Backup / Routine Server Backup for entire site
384-512MB Guaranteed RAM
Plesk 8 (I think) with various add-ons (which ones I don't yet know)
Support for 100 MySQL databases
View 5 Replies
View Related