On Tuesday 08 July 2003 19:44, Cipher Strength wrote: > Dear All, > > I have configured mod_perl on Apache. When I accces the script using lynx > or Internet explorer it works fine but when i use from mobile service ( > configured in conf file) the smsbox logs > > ERROR: Could not fetch URL.................................. > > When I see apache log the the same URL was accessed 2 times by kannel and > the content on mobile received 2 times. > > Please suggest
Add this line: PerlSendHeader On in your httpd.conf. For full explanation, see: http://perl.apache.org/docs/1.0/guide/porting.html#Generating_correct_HTTP_Headers rgds, Edwin.
